commit | 2dcb2362d70ac8d6960c8f6139c693c1743020b9 | [log] [tgz] |
---|---|---|
author | Ricardo Quesada <ricardoq@google.com> | Mon Dec 11 13:56:45 2017 -0800 |
committer | Ricardo Quesada <ricardoq@google.com> | Mon Dec 11 22:02:48 2017 +0000 |
tree | f626f8992e27d62d35eb2632ac1b69973500b4b4 | |
parent | 5274f19156f23848280f997b50e91c67cf217b12 [diff] |
Add org.chromium.arc to package_whitelist.txt Add org.chromium.arc to package_whitelist.txt This is needed from the org.chromium.arc EventLogTags file. Bug: 70513529 Test: compiled on marlin. did not generate any conflict. marlin worked Ok Change-Id: Ia4b0133f66677f988916457ab4b6c9332342a01b
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.