Go to file
Arvind Kumar 1fe4105b02 build: Disable following applications for QSPA
1- SystemUI
2- Launcher
3- PrintSpooler

CRs-Fixed: 3151550

Change-Id: Ie60098c08b9f8a569ca1f356eedee32458eb5f76
2022-03-15 23:09:03 +05:30
common [automerger] Fix BOARD_SYSTEMSDK_VERSIONS checks am: 8bc9635304 2021-11-11 01:21:39 +00:00
core Revert "Revert some upstream changes" 2022-02-22 16:07:38 +00:00
packaging
target build: Disable following applications for QSPA 2022-03-15 23:09:03 +05:30
tests
tools sign_target_files_apks: adding --allow_gsi_debug_sepolicy 2021-11-30 10:13:25 -08:00
.gitignore
Android.bp
Changes.md
CleanSpec.mk
Deprecation.md
METADATA
OWNERS
PREUPLOAD.cfg
README.md
Usage.txt
banchanHelp.sh
buildspec.mk.default
envsetup.sh
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.