commit | 6d0ca1f6cca566fe97c788fa07be92308770a776 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Nov 29 20:44:11 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Nov 29 20:46:32 2017 -0800 |
tree | e6a9cd0f06bcb9902fadf52c1a782d131c2dc2c0 | |
parent | e05e6df13666c8252f6518276255b04576d669d0 [diff] |
Copy soong java prebuilts to classes-pre-proguard.jar Some robolectric rules assume that classes-pre-proguard.jar exists. Soong doesn't support proguard yet, so copy classes.jar to classes-pre-proguard.jar for now. Bug: 69917341 Test: m checkbuild tests Change-Id: I818363ec13c2e5e1c4ab5bd6389ea4687de953eb
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.