commit | f66f0ececc5b76f362a645f2d0a9bf07b3adc752 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Jan 14 11:19:54 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Jan 14 11:23:12 2021 +0900 |
tree | 020844fab59d72057b03691feff8e8e3c1c74b7b | |
parent | 4a693b28e639352ec2eb433b7e2f466d20cff23c [diff] |
Concat INTERNAL_*IMAGE_FILES into INTERNAL_ALLIMAGES_FILES As we add more partitions, INTERNAL_*IMAGE_FILES variables has grown and the places where the variables are referenced had to be touched everytime. This change introduces a new variable INTERNAL_ALLIMAGES_FILES which concatnates INTERNAL_*IMAGE_FILES, and replaces the uses of the variables with the new one. Bug: N/A Test: m Change-Id: I62a0f725a0f6999421d04a6261370be9124e62d7
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.