commit | 378f856e9cef66f8da82525119c4cb05123b501d | [log] [tgz] |
---|---|---|
author | Isaac Chen <ycchen@google.com> | Tue Jun 25 10:38:55 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 25 10:38:55 2019 -0700 |
tree | 6a3e7ddf722c52c738ec846784b6581e43fa94c2 | |
parent | 41e98f654ce865a513bc250c2672dff55660cb72 [diff] | |
parent | 7f338d71d0713e24bc114f520e90659e440f9319 [diff] |
Merge "Add lpunpack to otatools for rebuilding super.img" am: 17a3aa4819 am: 7f338d71d0 Change-Id: Ic91d89e1fafddf7e286a637d2b38db3acfd61248
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.