commit | c0dd04658640b5dce0a7306bb4b7c296c8136f45 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jun 26 10:51:58 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Tue Jun 26 21:57:13 2018 +0100 |
tree | 98998d3905d9b386e236d42c33b161a678c3e450 | |
parent | 9b48c52247090ea29c2330068e03d8466c45319b [diff] |
Move 6 packages up from core_base.mk Also remove two nonexistant packages (libnfc_ndef & libvariablespeed). The moved packages are already being pulled in by being required by other included packages in one of its parents (base or core_minimal). These are the moved packages and their pre-existing deps: - libmdnssd: by netd in base.mk - libandroidfw: by 7 packages, many in base.mk - libaudioutils: by 3 packages, e.g libmedia in base.mk - libpowermanager: by 3 packages, e.g. libaudioflinger in base.mk - libspeexresampler: by libaudioutils - libwebrtc_audio_preprocessing: by libaudiopreprocessing in core_minimal.mk This change makes core_base.mk very small. It will be deleted in a followup-CL and its contents inlined in its direct children. Bug: 80410283 Bug: 7456955 Test: make Change-Id: I1240ec6adc5b9208effd6fc70892dfbd453a1fba
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.