commit | 7aecf33efd238a0c83c702a454bfba0e7686e680 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Thu Feb 08 12:21:37 2018 -0800 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Feb 08 13:24:56 2018 -0800 |
tree | 5f5612003c97149b02e3c7c02ca2d4cac2f56f12 | |
parent | b5751e4bd7c39e3f2b2ba7764f7abfaba1d89443 [diff] |
Don't use the same temp directory to uncompress dex This was ok for apk because they are in different parent directory. Test: marlin built Bug: 63920015 Bug: 30972906 Change-Id: I5ed00824fda9e7e0a99c825402753c21a06ba6c5
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.