No description
Find a file
Yi-yo Chiang 278cdbc75e Roll-forward the VNDK snapshot list of GSI to 32
Bug: 216414337
Test: Presubmit
Change-Id: Ic6cec82357cec8f4ad7bee62a4eaf2f7685b730f
2022-03-17 05:34:43 +00:00
common
core Merge "Track licenses of dexpreopted bootjars" am: 503b779266 am: a143b5ecc4 am: 321462e6e1 2022-03-17 03:50:38 +00:00
packaging
target Roll-forward the VNDK snapshot list of GSI to 32 2022-03-17 05:34:43 +00:00
tests Allow multiple patterns in rblf_wildcard 2021-12-08 17:52:40 -08:00
tools Merge "Revert "Turn off adb on user builds."" am: 7be6751e00 am: 41eb7e3542 am: 7c15560cf8 2022-03-16 04:05:07 +00:00
.gitignore
banchanHelp.sh
buildspec.mk.default
Changes.md Fix Markdown formatting. 2022-03-09 14:51:51 +00:00
CleanSpec.mk
Deprecation.md
envsetup.sh Merge "envsetup.sh: Update text in lunch menu for clarity" am: 44adfa7f8c am: 0b828a50c7 am: c838e15827 am: 0bc5e16871 2022-02-09 20:37:03 +00:00
help.sh core & tools: system_dlkm: add dynamic partition 2022-01-30 08:43:08 +00:00
METADATA Move comment to license_note 2022-03-03 14:57:46 -08:00
navbar.md
OWNERS
PREUPLOAD.cfg
rbesetup.sh
README.md
tapasHelp.sh Add a keys argument to tapas 2022-02-07 18:50:22 +00:00
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.