commit | f8b2b15a9c2f8dbe4e569b1532b68cef1ae9da31 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Mar 15 23:05:54 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 15 23:05:54 2018 +0000 |
tree | 84c19f91ec92115a821b4db4d41a43a6f532dbb9 | |
parent | 59881512afbb92c90abfdaced52c591c7acd7097 [diff] | |
parent | 624f900c01edd82cc40849fb9a3efa55ddd564e7 [diff] |
Merge "releasetools: Create PropertyFiles class." am: febe7b0736 am: 624f900c01 Change-Id: I58fed3c6e450e3bed7af603d4ad0664618d4d319
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.