commit | 49377db572f9b6d7a4d0dc1dc25d531753b6549b | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Wed Dec 22 13:38:17 2021 +0000 |
committer | Jiakai Zhang <jiakaiz@google.com> | Wed Dec 22 13:38:17 2021 +0000 |
tree | 630ebbaf0377423bd2668faa4d0dacd27234b9ee | |
parent | f6e4b7b769052f38f8ca33a660aba07e7f410aaa [diff] |
Update comments for Makefile variables about APEX jars. Modules available in Q should not add new entries to PRODUCT_APEX_*_JARS. Otherwise, there will be problems when a Q device gets new modules and then OTAs to S, in which case, the device will have the S version of SdkExtension (because SdkExtension is not available in Q, see go/mainline-ota-problem), and the S version of SdkExtension cannot consume those new entries correctly. Bug: 203198541 Test: N/A Change-Id: I15367ca59a06b4ee5fdb3803f2e4615b5d03b458
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.