commit | 5eac77c73505689966553614a0fbba93d5d78ec7 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Fri Oct 25 21:40:20 2019 +0800 |
committer | Yo Chiang <yochiang@google.com> | Fri Oct 25 22:14:59 2019 +0800 |
tree | a3a2a9e7794ebda5423c42cca8522bfe289df9d0 | |
parent | 0d07c944aee4bb649b2e4d87d2bb8c77cbab35a4 [diff] |
Build rules use private vars Create PRIVATE_TOOLS_PREFIX for VNDK build rules. So that the value of $(my_prefix) is well-preserved. Bug: 142350531 Bug: 141971626 Test: lunch aosp_cf_x86_go_phone-userdebug ; m nothing Change-Id: I06f16708c7165cb909f0031182ffb96a462d6000
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.