commit | f39f080c809d3b6c0421a77a8e8d00eb88976833 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Mar 17 15:00:23 2021 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Mar 17 15:00:23 2021 +0900 |
tree | 60abbb8d06e0f6fbe7ddb41b79ebcfd0a2d9b7c5 | |
parent | 69973f0aa1516132e659016f7517de9d39aa736c [diff] |
Define ro.board.first_api_level property When a device define BOARD_SHIPPING_API_LEVEL with an API level, it sets a vendor property ro.board.first_api_level in vendor/build.prop. This is for the GRF devices. Non-GRF devices must not define this property. Bug: 176950752 Test: getprop ro.board.first_api_level Change-Id: I6921d7fe6acca3f73a5fd0fbaa3d4f1e9394541b
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.