commit | 0f25cbf3427bfb92e9c3b4bf56bad20b9628010f | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Apr 04 18:51:32 2019 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Apr 05 13:59:04 2019 +0100 |
tree | 383b2df1b1c28e14491bbe745437d9e77bc900e6 | |
parent | f9a550621b1f1b310391ec482b65a6d5f7dbc099 [diff] |
Pass DEXPREOPT_USE_APEX_IMAGE to soong. Test: lunch walleye_jitzygote-userdebug m && all odex file use the apex image Bug: 119800099 (cherry picked from commit 0639b7de0354a59fa9b1856036e057de9fa754bc) Change-Id: Ic76f3ad6da0425479fbe660efe0a0677e60771a2 Merged-In: 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.