commit | 59ee409588521c29ae1a5b79dec442a9b026074d | [log] [tgz] |
---|---|---|
author | Chen Xu <fionaxu@google.com> | Wed Nov 13 18:11:49 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 13 18:11:49 2019 -0800 |
tree | e616c6a8db7b757c8728cea15ae8ce0f616fbc4f | |
parent | c0a7f38dbc6dc571ddcd123e5a1a52d8b29f4d0d [diff] | |
parent | fac1f8f78d08f24ee9ad3417f5afe14455eafc8b [diff] |
Merge "switch to updatable cellbroadcast apk" am: fac1f8f78d Change-Id: Iaff308e93d1c60d2ee018529ca9793bb510f8c8b
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.