commit | 1d46e8abb4a901e6b4ee37958805a9c0b4478bcc | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jun 12 13:43:10 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jun 14 14:38:54 2018 -0700 |
tree | 5ff09998e628113d7fe15e8e19c94ee474d13a5b | |
parent | e1b4f302e5464c66e9198943ce66905843d73da3 [diff] |
Add LOCAL_DONT_MERGE_MANIFESTS Some modules have manifests that ManifestMerger doesn't like, and don't need manifest merging. Skip manifest merger if LOCAL_DONT_MERGE_MANIFESTS is set. Bug: 78447299 Test: m checkbuild Change-Id: If1a58253c62e0194a6acfd79930b9bb10978abe5
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.