No description
Find a file
Anton Hansson 0b7030c8e1 Merge "Remove DMService from mainline_system" am: 21e0cbacfc
am: 3b83ae8834

Change-Id: I751747b28a33846538c97d798deeee3932ae9492
2019-02-08 06:42:51 -08:00
common Move dexpreopting to Soong 2018-12-17 13:46:17 -08:00
core Merge "Make the duplicate header copy warning more explicit" am: 86c26860be 2019-02-08 01:28:40 -08:00
packaging Fix creating _dist_<goal> targets under !dist 2018-10-21 08:56:27 -07:00
target Remove DMService from mainline_system 2019-02-08 08:08:46 +00:00
tests
tools Merge "Add kernel info to compatibility.zip" am: 5cc9230914 2019-01-31 11:25:04 -08:00
.gitignore
buildspec.mk.default
Changes.md Remove support for building Windows modules in Make 2019-02-05 00:19:41 -08:00
CleanSpec.mk Change RRO default location to /product 2019-02-07 13:06:18 +00:00
envsetup.sh Provide an option to reduce build verbosity 2019-01-31 13:30:26 -08:00
help.sh s/product-services/product_services/g 2018-08-20 10:44:59 -07:00
navbar.md
OWNERS Fix OWNERS file 2019-02-07 16:14:49 +00:00
README.md
tapasHelp.sh Remove armv5te 2018-01-08 15:26:16 -08:00
Usage.txt Remove showcommands from docs 2018-07-14 09:32:13 -07:00

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.