commit | 10adf320479a36695b51fd0efe406de8a27bfbbe | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Wed Feb 09 15:12:01 2022 +0800 |
committer | Bill Yang <yangbill@google.com> | Thu Feb 10 08:05:06 2022 +0000 |
tree | fb31056d921fb2dd58acf4785de26604cb48c44c | |
parent | 58588768aac5e33fa634504786da3b1a613ee9f8 [diff] |
Add missing LOCAL_ROTATION_MIN_SDK_VERSION This definition missing will cause merge conflict which is already in main branch. Bug: 215243373 Test: m out/target/product/vsoc_x86_64/module-info.json Change-Id: Ifc103268aad9d6769822ff1eae4db1cc59aee57e Merged-In: I3b5e9bb3985c2ae83381499a44b339a7b1deb05c
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.