commit | 7c39368927ca6226e6071a9f0613945ee0755268 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Mon Oct 28 14:55:42 2019 +0000 |
committer | Roland Levillain <rpl@google.com> | Mon Oct 28 15:00:31 2019 +0000 |
tree | 6d5eddc83f898b5128273569bb1afe4d517f0c13 | |
parent | 21403dc2df7a729db93e0d932a5355a5b96da6e2 [diff] |
Revert "Remove Core Library JARs from `/system/framework`." This reverts commit 3ec9ff6b722febaeacd4f457c7ec92a56845fd81. Reason for revert: This change breaks coverage builds (b/143304991) Change-Id: Ia1a41ea75d1539efeb33b7cdea84516e402b6e00 Test: Device boot test Test: Check that: export EMMA_INSTRUMENT=true && unset EMMA_INSTRUMENT_STATIC && m installclean && m systemimage generates a system image that contains these files: /system/framework/apex-jacocoagent.vdex /system/framework/boot-jacocoagent.vdex /system/framework/jacocoagent.jar /system/framework/<arch>/apex-jacocoagent.art /system/framework/<arch>/apex-jacocoagent.oat /system/framework/<arch>/apex-jacocoagent.vdex /system/framework/<arch>/boot-jacocoagent.art /system/framework/<arch>/boot-jacocoagent.oat /system/framework/<arch>/boot-jacocoagent.vdex Test: Test: Run test ATP test avd/avd_boot_health_check on build target cf_x86_phone-userdebug_coverage Bug: 142944799 Bug: 143304991
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.