commit | 017e68e6cd2465264b1867f97d5d1004e201a4b9 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Sep 27 11:57:08 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 01 11:54:22 2018 +0100 |
tree | dadafdc794ba494bdfc225b507e2c6471412fef3 | |
parent | 60be6ae961f5c0cdb591245d41674e2752cd31d5 [diff] |
Add a few apps to mainline_system. - LiveWallPapersPicker is included virtually everywhere - PartnerBookmarksProvider is required by other apps - SafetyRegulatoryInfo shows html content from a res overlay - DMService, RcsService and Stk are all telephony apps of some sort. Bug: 80410283 Test: lunch mainline_arm64; m nothing Change-Id: I5afabc7dcc4ca320f06fdc4a2669fb1b81e53b0b
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.