commit | fff0d2d02f262f0a01c1cb8471b003eaa8642410 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Apr 16 15:13:14 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Apr 16 23:28:40 2024 +0000 |
tree | 6362c8e005e6ada7a9121156cacd2a0ccfeb69db | |
parent | 70533992f41aca291f7c7fd146e2fa35ea6fa895 [diff] |
Propagate PRODUCT_AVF_MICRODROID_GUEST_GKI_VERSION to soong Bug: 329383978 Test: m Change-Id: Ie955058379c1aa00c90b42e348f8b270a0719c8a
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.