commit | 52a23cfbb3f01135825bb89051902c1b1b9ae6bb | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jul 03 12:02:12 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Tue Jul 03 12:42:21 2018 +0100 |
tree | 27c14f109c4b5a146e78fb9fe3939eee47636aa2 | |
parent | a9966c7c60e5f2e266b61821d392abff3af2a7e3 [diff] |
Move packages from base_system to base_vendor. These install on the vendor partition. Clean up the whitelist. Bug: 80410283 Test: lunch mainline_arm64; m nothing Change-Id: I45df64e1fa060ea98534351140678589afe2e340 Merged-In: I45df64e1fa060ea98534351140678589afe2e340
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.