commit | fcb441b2b7b8a8c1ad39029a4540ec8fa84b8a50 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 25 13:40:05 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jul 25 14:30:10 2018 -0700 |
tree | de3ef66da876c4db2cdbd6331108394d64b41403 | |
parent | a90b6070c7369c9cf401b5c391f9fbf20d2d5d6f [diff] |
Fix dependencies for obfuscated instrumentation tests This path is never used, otherwise the dependency on proguard.classes.jar would have triggered the checkbuild dangling rules errors. Remove the dependency on the proguarded classes, which don't exist any more, and depend on the proguard_options and proguard_dictionary files instead. Test: none Change-Id: Ia3ebc3bc71f0d6fdfa4a7a6850e2f7021adfdd1a
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.