commit | 691335af219438b276dc8e6bc77a9d3e9e363db1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Apr 23 13:02:43 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Apr 23 20:05:35 2019 +0000 |
tree | 9304d733bb75ede6d050dfd0c22f52e6b1ddb15e | |
parent | f6105e595b3635a4af83b935b184450d076f6f28 [diff] |
Support LOCAL_SOONG_PROGUARD_DICT in soong_java_prebuilt.mk Test: m checkbuild Change-Id: I60a14be7d8bc4992b0519397b0e1933819f6e773
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.