commit | 86dc21bddfb1510de89add28560a999d8545db47 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Thu Oct 03 23:25:31 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 23:25:31 2019 -0700 |
tree | 7c586fed7c49d657f0e8226e0e8142a2db89907f | |
parent | a7db2d4f4e11bfb41994f5048e2bc31160d1e26b [diff] | |
parent | fc810895ec35538c3094e04c0cb598ccde5014de [diff] |
Merge "Enforce /system module RRO for mainline products" am: c578262e37 am: fc810895ec Change-Id: I4930a3e1662107fbac048d8095960d8b87971631
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.