commit | 13bc18a3ece2a503970bd9846e7759ded0154114 | [log] [tgz] |
---|---|---|
author | Amit Mahajan <amitmahajan@google.com> | Thu Dec 05 00:01:41 2019 -0800 |
committer | Amit Mahajan <amitmahajan@google.com> | Mon Dec 09 14:07:05 2019 -0800 |
tree | 55c49059e2621295dd46f3eba774202001653e3b | |
parent | 8c7ca1bc0523896b4cf6243b616163fe8fb95596 [diff] |
Add telephony-common, ims-common to telephony apex. Test: basic telephony sanity Test: m com.android.telephony && adb install com.android.telephony.apex Bug: 145555313 Change-Id: I5588f7615c45aac00eb00f436e15e8a1746d9ac6
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.