commit | 2cbeb436cdeaa6d6bd5e3d7b12d4f96dee933014 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Tue Dec 19 17:14:26 2023 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Tue Dec 19 17:17:20 2023 +0000 |
tree | 63f0338aba79d75cc19e40acc1a346a9fc809398 | |
parent | 123f1b02e9eb1115453ccf7ccfa7e1d7c62c80e0 [diff] |
Use min_sdk_version 34 for com.android.configinfrastructure This fixes crash in mainline_configinfrastructure_gce_boot_test, and it is also needed before we bump the dex file format version. Ignore-AOSP-First: Needs to be in topic with internal change Bug: 317058003 Bug: 266950186 Test: device boots after installing configinfrastructure APEX on U Change-Id: I0059903da4251985de80acbe99b7af1569b03809
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.