commit | d94a8982fd15551b51dae4f6aecb271156c8cae4 | [log] [tgz] |
---|---|---|
author | Albert Martin <albertmartin@google.com> | Fri Apr 01 19:59:40 2022 +0000 |
committer | Albert Martin <albertmartin@google.com> | Fri Apr 08 17:45:43 2022 +0000 |
tree | 1e6dce3adab854f0610247601435a482f5a44629 | |
parent | 722d0a602adaf65b16842998217dd3d570504a8a [diff] |
Add flag to globally override updateable apexes' min_sdk_version Override all mainline updateable apexes' min_sdk_version to same version to get a single shared native lib version on DCLA. Test: Run "vendor/google/build/go/mainline_go_modules_arm.sh" and inspect built apexes Bug: 212609891 Change-Id: I8edf09ca3c91ee52e9c2138c71d9b155b4448f66 Merged-In: I8edf09ca3c91ee52e9c2138c71d9b155b4448f66
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.