commit | b3b72e8910f123a0708752ed9d1dfb08dc57b966 | [log] [tgz] |
---|---|---|
author | Roberto Gil <[email protected]> | Wed Mar 01 11:08:13 2023 +0000 |
committer | Roberto Gil Del Sol <[email protected]> | Wed Mar 01 15:16:20 2023 +0000 |
tree | dfd019f38d33d8349ab60c6f4141971067412624 | |
parent | 02746dd9f6a1bc390835f4294fa00931b112d289 [diff] |
Bump SDK Extension version to 6 This bump includes Adservices Bug: 271242945 Test: The build passes Ignore-AOSP-first: Finalization is not perform in AOSP Change-Id: I0a9b2f9329a176732f9567a5602e902958555304
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.