commit | 0d4a3c2e46b40ca4037ee6f1d99087b75953e685 | [log] [tgz] |
---|---|---|
author | Sooraj Sasindran <sasindran@google.com> | Tue Oct 02 15:09:20 2018 -0700 |
committer | Sooraj Sasindran <sasindran@google.com> | Wed Oct 10 20:40:52 2018 +0000 |
tree | c696a38ebaf304be33c3cee45b8055b90aeb74c4 | |
parent | 976f1d457780f02be6278d8903bfe2b53596c5b1 [diff] |
Add ANS to telephony systems Add ANS to telephony systems Bug: 114793357 Test: verified it using developer options Change-Id: Id31be8524934b47345ba95954636822eb59264ac Merged-In: Id31be8524934b47345ba95954636822eb59264ac
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.