commit | 03fbfe7d30f28db61c0eb2582d1531e8214e9753 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Tue Nov 01 17:00:22 2022 +0000 |
committer | Gurpreet Singh <gurpreetgs@google.com> | Tue Nov 01 17:01:43 2022 +0000 |
tree | 96bc9743b36eaf18b9a12e6e8e8ad04d5139d0f5 | |
parent | b876fb0d3b3455df8893fbc9c1dc6b003d36736a [diff] |
Bump SDK Extension version to 5 This bump includes Adservices and MediaProvider. Bug: 256848771 Test: The build passes Change-Id: I309e0eb80a3cb3c7abc48f0ff4e19ee5a5ac6bf9
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.