commit | 78c6e1368b839f7d432385f92a9d6dc9dc3085b9 | [log] [tgz] |
---|---|---|
author | Sebastian Pickl <spickl@google.com> | Thu Jan 04 17:25:03 2024 +0000 |
committer | Sebastian Pickl <spickl@google.com> | Thu Jan 04 19:28:02 2024 +0000 |
tree | 095d1ef84f7d6c9e6f5f4b188d397809f0349478 | |
parent | 8d0d96307098802bb6fe90326b38815bbfb045ae [diff] |
Revert "Limit System SDK to 34 for Java modules in the vendor pa..." Revert submission 2894701-limit_systemsdk Reason for revert: might be breaking builds at 318695834 Bug: 318695834 Reverted changes: /q/submissionid:2894701-limit_systemsdk Change-Id: Idfaec65ddfbb0091672993d6c857a06e9cfdfb13
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.