commit | 79a76ec581e4f582d3602ea580f3949928542a03 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 21 15:06:11 2022 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Mar 22 09:25:58 2022 -0700 |
tree | 491b7c02f1780b4281a57892c5cbf1604e44fc9c | |
parent | c6d6306771a3ea6db454ca7b286f9092c17f0aa7 [diff] |
Depend on PRODUCT_COPY_FILES that are not in images If0e4b958b3dfaa02771a5da70f970379635f904e made `droidcore` stop depending on `files` so that installed files from unbuilt images would not be built. That also disabled the dependency on installed files that were not in any image, but the vendor notice file had overly broad dependencies that caused them to still be built. Icdb11d3c72b180cd02231e8dc98ae500d6566a98 made the vendor notice file dependencies less broad, exposing the missing `droidcore` dependencies. Track the list of installed device files that are not included in any image, built or unbuilt, and add them as a dependency for `droidcore`. Bug: 225187583 Test: m checkbuild Test: check dependency path to encryptionkey.img Change-Id: I084158ffb52b353e9a3eca9ad06a68c80d3bd371
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.