commit | 1c5edce7616969fc10a5130e99b6e62f42a391db | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Aug 05 21:36:08 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 05 21:36:08 2019 -0700 |
tree | 59e5a2b671eb91306b9f81c98b9d32d2be40b562 | |
parent | 4aa480f99d650767dde399173244e916577852c3 [diff] | |
parent | 554245e73caa8410e1c13b3af279783b6c74d293 [diff] |
Merge "Support `m dist updatepackage`" am: 554245e73c Change-Id: I76ae9d44e31d75a802e2f7ad9aa83be6e9696db8
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.