commit | 4030a80355e0f4aca3a69cf5f407cd4f6338efe1 | [log] [tgz] |
---|---|---|
author | Chen Xu <fionaxu@google.com> | Wed Nov 13 18:19:47 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 13 18:19:47 2019 -0800 |
tree | fc50f7c94c3f6f5ba3878bdc42a870c67f64b49d | |
parent | 09a3cf78c804cf80cc2832d78ff2facc68ac31b3 [diff] | |
parent | e07cea80ed7c150d324f530aeaae81d31ad449ce [diff] |
[automerger skipped] Merge "switch to updatable cellbroadcast apk" am: fac1f8f78d am: 59ee409588 am: e07cea80ed -s ours am skip reason: change_id I30ac57d1f3dc259142d3354fdb4f14fc5f9ec02d with SHA1 ad5ab25f1c is in history Change-Id: I6c306dad5c9a1b871531fed3347d5aba62806dbd
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.