commit | 8878beb615cceb1c9fb19e9960dcc6eb973e7dcd | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Nov 17 02:38:14 2020 +0000 |
committer | Martin Stjernholm <mast@google.com> | Tue Nov 17 02:46:05 2020 +0000 |
tree | c1291fdc7c3a256f2b066bba92dd47c751771b39 | |
parent | 187e9759274c563c3594b43c544d8defa621eb95 [diff] |
Skip the platform availability check for unbundled builds. Necessary to be able to use the standard Mainline module targets aosp_${ARCH} on unbundled branches. Also clean up a superfluous ")" that got added to the not_installable_file target. Test: m TARGET_PRODUCT=aosp_arm64 com.android.art Bug: 172480615 Change-Id: Id85d0ffc8fe90c3e861666e6e2db963e0d9468a2
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.