commit | 00496c1683bb6ee2070e2633c52e23043c7644ea | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Wed Nov 24 15:31:36 2021 +0000 |
committer | Ulya Trafimovich <skvadrik@google.com> | Wed Nov 24 15:41:49 2021 +0000 |
tree | 8d1be1980d2b4dff708a1ae486af783089d0af79 | |
parent | 9680501cc8324109dc40e4fb1c0aa032e5503bb2 [diff] |
Sort PRODUCT_APEX_SYSTEM_SERVER_JARS automatically. This is needed because product makefiles may need to add their own system server jars to this variable, and they cannot insert them in the correct alphabetical order on the list. So it needs to be sorted automatically. Do this after processing all product makefiles and populating the variable, but before passing it to Soong. Bug: 207474880 Test: atest art_standalone_dexpreopt_tests:art_standalone_dexpreopt_tests.DexpreoptTest#ForSystemServer Change-Id: I80dbf555c395c92539c506d3d8b1f2f101a58bce
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.