| commit | 9e49005c2b61d41524a962fb7327715465f5eecb | [log] [tgz] |
|---|---|---|
| author | Mingjun Yang <yangmingjun@google.com> | Fri Apr 18 15:11:52 2025 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Apr 18 15:11:52 2025 -0700 |
| tree | a82e9e520a2280b5f8026cf850f19c8e6c14b9ec | |
| parent | 281d7742cf665f4d554203996eec7d478cd51b28 [diff] |
Revert "Include test mapping imports in BWYN discovery." This reverts commit 281d7742cf665f4d554203996eec7d478cd51b28. Reason for revert: Moved logic to inside TradeFed BUG: 405154519 Change-Id: I9adeff2634b0e01d1293265a6c6997caf85c49e8
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.