commit | 3cfde0e5dda217e500f16536bfa6db6b3d6432c8 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Fri Oct 13 18:16:52 2023 +0000 |
committer | Yu Liu <yudiliu@google.com> | Fri Oct 13 18:16:52 2023 +0000 |
tree | e58dde08867cda59022e5eee4792582c85deac88 | |
parent | e829066b58e4186995845fd7f12436ebae11aaea [diff] |
Change the sdk_version to core_current. Bazel currently can't build core_platform yet and needs this lib to build some java_aconfig_library. Bug: 305255550 Test: CI Change-Id: Ic94efe7888e35099618e2fdbbbb481168ed2bcf2
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.