commit | 7325c5e2c2066485c7fd0cf55cf422c3bc38d95c | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Sun May 20 22:10:30 2012 -0700 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Aug 09 12:53:30 2018 -0400 |
tree | 537e4cefed589b3b92be5c8d59917e482850b25f | |
parent | 135ee004b7c17e3164f125ccd3458da90377eaee [diff] |
build: Stop installing the sample APN list * Sample APN list is always being installed, we don't want this in CM. Change-Id: I74b97f3af545c4a7568d3001e1435c63cfbc7de8
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.