commit | 2c9d884f3dcc36f6f1e1e6babe254a922bf3ad8e | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Tue Sep 24 11:05:02 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Tue Sep 24 11:10:21 2024 +0900 |
tree | 88cc6b2df9c580815e8134322564d065d1b5fe92 | |
parent | eda61c1a851f2967c5757c6eb5ff90b33e7a7efd [diff] |
Define __ANDROID_VENDOR_API__ for product variants As the product variants are also able to use LLNDK libraries, they must know the version of the LLNDK libraries that the system is building. Provide the __ANDROID_VENDOR_API__ for both product and vendor variants for this purpose. Bug: 368559337 Test: TH Change-Id: If4e80006641b42b3b08e0b48a49d319ae05e567e
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.