commit | f2b6016e53a7b0de866ef1cbfc1d2850c703c427 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Tue Nov 21 19:25:07 2023 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Nov 22 20:08:49 2023 +0900 |
tree | 3fb51a0b342acfb6c75a66154e97db2eca9686ed | |
parent | f37973cc12cff0501cbfa73f2960e692fae6e35d [diff] |
Define ro.llndk.api_level If RELEASE_BOARD_API_LEVEL is defined, set the API level to ro.llndk.api_level to show the maximum api level that the LLNDK in the system partition supports. Bug: 312098788 Test: getprop ro.llndk.api_level Change-Id: Ia65bf6c30ea19b229543d35df788eb202fd50dd4
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.