commit | b3b48a4422292e6a230b44a2dff0a2d44131992a | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Oct 01 18:42:02 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Tue Oct 01 23:15:49 2024 +0000 |
tree | 025d6bc6a04813a7c10eb201951fa501608d8b65 | |
parent | ae332aea96352698a8323b74c15a56891521d949 [diff] |
Drop dexpreopt files of service-compos from install diff allowlist service-compos is an apex system server, and its parent apex (com.android.compos) is installed in system_ext. The dexpreopt files of all apex system server jars were previously installed in /system, but with https://r.android.com/3288083, they will be installed in the same partition as the parent apex. Test: presbumits Bug: 369678122 Change-Id: Ic32bcfd98667ad8bc92b7a747e702d18e7516ee9
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.