commit | 5e0986cb512ff9d23b99eb15a0806322b8931ef7 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Dec 27 19:46:02 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Jan 03 14:21:35 2018 -0800 |
tree | e5b9be9fcfef287df9dd0ef80a5479f44f8931f1 | |
parent | 20e06d25ac720f1bd84d4b5ff374ea645d41d8c3 [diff] |
Add R8 support to Soong. Move R8_COMPAT_PROGUARD definition to Soong. Copy the proguard_dictionary file so that the find command that builds proguard_dict.zip can find it. Test: m checkbuild Change-Id: I28b2fce26ccb6225be0bd71802a43fe63df85daa
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.