commit | d05b57a362e9dbdd45643175fcc5fbebae289086 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Wed Jul 08 18:10:38 2020 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Mon Aug 03 15:47:09 2020 +0900 |
tree | 006cefb95a07f7f7333853c77c714c02c9dc5031 | |
parent | bf0c1b7b773a4f4dbf36fa6853bfa07e8d3d6670 [diff] |
Introduce TARGET_BUILD_UNBUNDLED_IMAGE - TARGET_BUILD_UNBUNDLED_IMAGE is similar to TARGET_BUILD_APPS, but its targets are the unbundled partitions instead of apps. - Rename TARGET_BUILD_APPS_USE_PREBUILT_SDK to TARGET_BUILD_USE_PREBUILT_SDKS because it is used even without TARGET_BUILD_APPS. -Instead of TARGET_BUILD_APPS, use TARGET_BUILD_USE_PREBUILT_SDKS to build java modules with prebuilt sdks, and propagate to Soong. Bug: 160390776 Test: TARGET_BUILD_UNBUNDLED_IMAGE=true m vendorimage Change-Id: Ie096212ccbcca0018baae55e106af693b002c9e5
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.