commit | d2e54d236204442afb80d03d50a53ba2284bb175 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Dec 06 16:04:35 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Dec 06 16:12:39 2017 -0800 |
tree | 3d4ba44e5d3d7bead92e9bd0b8e303b808cf46fb | |
parent | 3277ba34ae1f9ea3fc574e33f8f4260897728590 [diff] |
Fix dex_preopt with profile on a soong module The oreo merge to AOSP master added a new variable that must be set when dex preopting a java module with a profile. Test: m checkbuild Change-Id: Ib917761ea4fea481e32f3fb663a18b882a13f4a1
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.