commit | 005d3c197bc0fbed474562c789aa6892ec2473cc | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Nov 06 01:08:36 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 06 01:08:36 2018 -0800 |
tree | 4e3d0f311f93b149d363c335e071b7aced05a06c | |
parent | 09400cadb33b3039224a8983c276f4cace39bda8 [diff] | |
parent | 0625f9a5248aeb5b134cada90a54ac9d90012484 [diff] |
Merge "Move ro.build.characteristics to /product props" am: 0625f9a524 Change-Id: Ia1f55b3b978d4383f57ac231ac74e1a20d54749a
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.