Go to file
Adithya R d6068219e1 build: Remove su from debug packages
Because it breaks safetynet on userdebug builds.
Besides, adb root exists...

Change-Id: Ice32f068dea19ea1a8365fe28d7d155de081765a
2024-03-11 16:48:00 +05:30
common
core Merge tag 'LA.QSSI.13.0.r1-12700-qssi.0' of https://git.codelinaro.org/clo/la/platform/build_repo into HEAD 2024-02-17 17:02:21 +08:00
orchestrator Implement multitree lunch 2022-04-08 13:42:55 -07:00
packaging
target build: Remove su from debug packages 2024-03-11 16:48:00 +05:30
tests Merge "Correct abspath implementation" 2022-04-20 01:32:16 +00:00
tools Android 13.0.0 Release 52 (TQ3A.230605.012) 2023-06-14 10:17:35 +09:00
.gitignore
Changes.md
CleanSpec.mk
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh
buildspec.mk.default
envsetup.sh envsetup.sh: source vendorsetup.sh files again after roomservice sync 2023-02-05 07:44:58 +00:00
finalize_branch_for_release.sh Start script to finalize branch release. 2022-04-19 23:47:08 +00:00
help.sh
navbar.md
rbesetup.sh
tapasHelp.sh

README.md

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.