commit | c859b0a6b2ef3a6a3023df1868e626ee00ab39c2 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu May 16 06:31:48 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 16 06:31:48 2019 -0700 |
tree | 952f9fbe1ab3a5d2110c635269354b4b08fcca36 | |
parent | 813f0a975c956aa073a867becece8a57cbf8c8bd [diff] | |
parent | 916b368b2f49f4126d4d4218de807cc44732b317 [diff] |
Merge "Allow overriding PRODUCT_EXTRA_VNDK_VERSIONS" am: 2faec12c07 am: 916b368b2f Change-Id: I83f2a5b53d0bd53aef74b72c7e4f515907d85b63
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.