commit | 74920e6e434918fd45ca4bfecde8943974325f6a | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Wed Jun 17 01:30:16 2020 +0100 |
committer | Martin Stjernholm <mast@google.com> | Wed Jun 17 04:15:00 2020 +0100 |
tree | ed4f9b2c501520d1d89ea04fc153e2b1b89244c4 | |
parent | 397972fa6a9b8736a6251a465db277169377e35c [diff] |
Propagate TARGET_BUILD_APPS to Soong. Used to select SDK variants of native libraries when building unbundled apps only. This allows unbundled modules to access the platform variants (and typically their versioned APEX stubs). Test: m (on AOSP master) Test: TH (including ub-launcher3-master) Bug: 157549171 Change-Id: I74f0bcebe8b66b81b2c80e9d448f5d24dc9ab991
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.