commit | c9b330cacc8814c3e40a5930943b04ef97d4d869 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Sep 29 17:11:19 2021 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Sep 29 17:15:58 2021 +0100 |
tree | 0f140a86ee6a96368833c03d6129a90b66c1fe6f | |
parent | 68b4fefd6099aed7723d3e5f254a365561602e0c [diff] |
Update base sdk extension version to 1 S ships with extension version 1, so the correct base extension version is 1 at the moment. Bug: 199852423 Test: m out/host/linux-x86/development/sdk/platform_source.properties verify IsBaseSdk=true Change-Id: I465d896fdeacfe34bdbfa0da1871d74a3bf3ee11
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.