commit | 0639b7de0354a59fa9b1856036e057de9fa754bc | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Apr 04 18:51:32 2019 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Apr 04 18:51:32 2019 +0100 |
tree | 4821286ed8745867938690c79451e6adf34f3e14 | |
parent | 9dd7ee7ce1da6b0c94b24a99bf574463d5e90be5 [diff] |
Pass DEXPREOPT_USE_APEX_IMAGE to soong. Test: lunch walleye_jitzygote-userdebug m && all odex file use the apex image Bug: 119800099 Change-Id: Ieb8f36b94264496a41998d4ceca30e1f41a98ebe
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.