commit | 28e0f0353c57998e66f99d5959a27e799a0f51c2 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Oct 17 09:08:27 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Oct 17 09:08:27 2018 +0100 |
tree | c069db17e2d0a986f69f1e5a5310bc0f929d1612 | |
parent | 7f758720f617403f230795aa5255e5817f31a84a [diff] |
Fix typo We want to add to PRODUCT_PACKAGES_DEBUG, not overwrite it. Test: make Change-Id: Ib67d20e33b30edd76ca24ce208f899cb4c25004c
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.