b34c387441
These were marked as deprecated in late 2020 [1]. Shortly later, there was an attempt to obsolete them [2] for products shipping with API level 31 or greater, but that was reverted [3] because of internal users. 1: I58c64839cc513ae082cd3ee3c1e108843ea7439e 2: Ic4d1164be611836f6aa697fbf1cb1f1c73a3cd39 3: I7d3556aa0f06684b43f80f09e4c8194c6c44336c Since these are causing warnings on every build, and there are no more internal users, just obsolete them entirely. We don't need to rely on the product shipping api level, since that does not guarantee source-level compatibility -- and this is an easy fix even if people have been ignoring the real warnings. Bug: 235414673 Test: treehugger Change-Id: If803a33efc38a970247919bf224c12b8c717f955 |
||
---|---|---|
common | ||
core | ||
orchestrator | ||
packaging | ||
target | ||
tests | ||
tools | ||
.gitignore | ||
banchanHelp.sh | ||
buildspec.mk.default | ||
Changes.md | ||
CleanSpec.mk | ||
Deprecation.md | ||
envsetup.sh | ||
finalize_branch_for_release.sh | ||
help.sh | ||
METADATA | ||
navbar.md | ||
OWNERS | ||
PREUPLOAD.cfg | ||
rbesetup.sh | ||
README.md | ||
tapasHelp.sh | ||
Usage.txt |
Android Make Build System
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.