commit | c26ea1995add11dc9a5b26b3c22e88fcc513e59f | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Feb 12 20:11:34 2024 +0000 |
committer | Greg Kaiser <gkaiser@google.com> | Tue Feb 13 15:52:21 2024 +0000 |
tree | 79372bf302dd4c90d6729d7b51d480a1842260ec | |
parent | 7fa165b04441b7a107ff1c92c18f331c2f268b5b [diff] |
Remove TARGET_VNDK_USE_CORE_VARIANT We introduced this in https://android-review.googlesource.com/c/platform/build/+/1087517 but now with VNDK deprecated, this is no longer in use so we remove it for clarity. Bug: 319529309 Test: TreeHugger skipped running mokey_go32 boot test because there were no changes in the artifacts. Additionally, built a Go device, booted, and /linkerconfig/ld.config.txt is the same and things run as normal. Change-Id: Ifba30d7cc30c641f265abe52ed2cf7c02660a5ec
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.