No description
Find a file
Dan Shi 474ebdd3e9 Merge "Rename VTS to VTS10" am: 916be61b91 am: ed51dee98e
Change-Id: I4ac161769068887e7575bb1f51a186a4efbe51d6
2020-03-31 18:01:14 +00:00
common
core Merge "Rename VTS to VTS10" am: 916be61b91 am: ed51dee98e 2020-03-31 18:01:14 +00:00
packaging
target Merge "Rename VTS to VTS10" am: 916be61b91 am: ed51dee98e 2020-03-31 18:01:14 +00:00
tests
tools Merge "Build merged apexkeys.txt/apkcerts.txt by partition." am: ad10b96768 am: 3eb546a636 2020-03-31 14:14:49 +00:00
.gitignore
buildspec.mk.default
Changes.md
CleanSpec.mk
Deprecation.md Mark the current BUILD_* warnings as errors by default 2020-03-07 11:29:29 -08:00
envsetup.sh Remove unused mips workarounds. 2020-03-06 16:46:59 -08:00
help.sh
navbar.md
OWNERS
rbesetup.sh Add an RBE setup script that developers can source to run RBE builds 2020-03-18 10:27:05 -07:00
README.md
tapasHelp.sh Remove unused mips workarounds. 2020-03-06 16:46:59 -08: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.