commit | 0aa817b41b736467f5e12a27527f8c86141380f1 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Nov 21 13:20:43 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Nov 21 13:20:43 2019 -0800 |
tree | bb2eb0e88d064d572e0ec3243509bf24715f3c7a | |
parent | 951411d9e9a8dfecd2d0aeafcff931439f761766 [diff] | |
parent | cf98e3f512e4dddbf5ce7788f06999c806ff8857 [diff] |
Merge "releasetools: fix avbtool arguments." am: bdb8090522 am: cf98e3f512 Change-Id: Iae778c3b37340966f15f49f36b900c57d12ed425
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.