commit | cf0b72a241932ec92068a77670bbc3a78c5c041c | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Mar 29 10:16:52 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 29 10:16:52 2019 -0700 |
tree | ba94751e55d99f7172daecc54e5bf113adf70200 | |
parent | 2abc1dcb6492cfa3e2de85404aa83746b75d284c [diff] | |
parent | 9ff3ac88c61ea55dd15b6db04f5e67f48953e3c2 [diff] |
Merge "Access PRODUCT_ variables directly" am: 8adf501905 am: ffed666e07 am: 9ff3ac88c6 Change-Id: Ica9e69e2252d89c7cbc5681b772b78e7bc3913e4
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.