Go to file
Joe Onorato 6edf0ec2ed Add glue to run product-config-test as a standalone commandline executable.
Test: m product-config-test && java -jar out/host/linux-x86/testcases/product-config-test/product-config-test.jar
Change-Id: I39ef10b076eec3a313de23cab0202349b1bce799
2021-01-22 10:35:36 -08:00
common
core Merge "Support memtag_heap sanitizer type in make." 2021-01-21 20:21:13 +00:00
packaging
target Add weaver HAL to VNDK-core list 2021-01-22 06:34:13 +00:00
tests
tools Add glue to run product-config-test as a standalone commandline executable. 2021-01-22 10:35:36 -08:00
.gitignore
Changes.md
CleanSpec.mk
Deprecation.md
OWNERS
README.md
Usage.txt
buildspec.mk.default
envsetup.sh Pipe bazel() note text to stderr. 2020-12-14 18:51:50 -05:00
help.sh
navbar.md
rbesetup.sh Switch default execution strategy to racing for developer builds 2020-11-25 12:14:16 -05:00
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.