commit | 441d359c7b9c0702e21e68bf54e4ac12235fb109 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Feb 02 13:15:08 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Mon Feb 05 13:15:12 2024 +0000 |
tree | 5954614a9706aa0ee554941c428139ce798b471c | |
parent | 7ba1e17dcce8028cd0400ed61b2a038b754244d6 [diff] |
Add service-virtualization.jar to PRODUCT_APEX_SYSTEM_SERVER_JARS This jar is part of the com.android.virt non-updatable APEX. Bug: 323339759 Test: build Test: boot device Change-Id: I8090b8bf22d647d5f6c1dd1bf68a6e468b4ac694
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.