commit | 509eed23836d7d6aac8b0f00899fcdee597b6347 | [log] [tgz] |
---|---|---|
author | Linus Tufvesson <lus@google.com> | Thu Nov 21 17:47:29 2024 +0100 |
committer | Linus Tufvesson <lus@google.com> | Fri Nov 22 13:39:16 2024 +0100 |
tree | b75dc1ee78881caf4b9b7f6f0300c2aa94bdd6af | |
parent | 4798b14c0b6de60009c899c54721f343a37e0524 [diff] |
Parse RELEASE_PLATFORM_BASE_SDK_EXTENSION_VERSION Fall back to PLATFORM_SDK_EXTENSION_VERSION if value is not set Bug: 375152642 Test: m sdk dist && unzip -p out/dist/android-sdk_linux-x86-*.zip android-sdk_linux-x86/samples/android-*/source.properties Verify that isBaseSdk is still true when flag is undefined. Change-Id: Id454176ef4146c9317a84161b5370b91e7e205e4
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.