commit | 20e06d25ac720f1bd84d4b5ff374ea645d41d8c3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jan 02 13:16:43 2018 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Jan 03 14:21:35 2018 -0800 |
tree | 1438a8a486251145616c33b5e9bbf6776e50079e | |
parent | 2c2cb33830180db1144d6db066b811fad2122418 [diff] |
Fix dependency on Soong jacoco report classes The dependency on the Soong jacoco report classes was mistakenly using $(common_javalib.jar) which was never set, so was using the value from the last module. Use $(LOCAL_BUILT_MODULE) instead. Test: m checkbuild Change-Id: If502d67f9e5e0c107de44e96cbf232406c027e44
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.