commit | 870ea2e1881fef0f338b809aa0649572080b5ca8 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Apr 06 16:28:12 2023 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon Apr 10 15:37:19 2023 +0900 |
tree | 224894ab22b687d7466746f7ec9d7e7f2893e9c3 | |
parent | 557a4d56c9f7a3b36871e373926e7f66ca71b1ca [diff] |
Allow setting future api level before REL At the dev stage, devices may set ro.board.(first_)api_level to the future API level Bug: 276927022 Test: test_post_process_props.py Change-Id: I85c29af74ed8daa780278f64b023480bb6659781
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.