commit | 2bb1f518fdf8b1483ecb876e9acb9431f93eb8e6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Dec 13 22:44:25 2018 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Dec 13 23:32:06 2018 -0800 |
tree | 82ae4962603ad63231d249166448badce30fca44 | |
parent | 9eaeb56c246ac8b0ba0c305ba2e88d98d09b9225 [diff] |
Correctly create directories before unzipping dexpreopt zip Ie7daa94e107d53eff075ca58dbe721bd9d7fc8c2 attempted to pre-create the directories that unzip would unzip into, but incorrectly created them in the top of the source tree instead of in $(PRODUCT_OUT). Fix the directory location and add a cleanspec to clean up the incorrect directories in the source tree. Bug: 119412419 Test: m correctly cleans up incorrect directories in source tree Test: extract unzip command from out/verbose.log.gz and add bash -x Change-Id: Ica006a007d112c232311435aaac0c0e476232b67
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.