commit | 002c77903cb439de6580abceb49f0ddcde449730 | [log] [tgz] |
---|---|---|
author | Chen Xu <fionaxu@google.com> | Tue Nov 05 18:19:17 2019 -0800 |
committer | Chen Xu <fionaxu@google.com> | Mon Nov 11 21:05:42 2019 -0800 |
tree | e9bb2a6e61b0363c44f12e85e2638e1da2a9d4cd | |
parent | 8739801f5ce2f79fea8584ce3702e5906a1ebb55 [diff] |
Create a cellbroadcast apex create a single com.android.cellbroadcast apex to pack two apks together: com.android.cellbroadcastreceiver and com.android.cellbroadcastservice. Bug: 135956699 Test: m com.android.cellbroadcast && adb install com.android.cellbroadcast Change-Id: I01dd26b12411e79a36be9a579f3ef14d1ee2544b
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.