commit | 1cf8bf0c144e4caaf6c09f565f4d9b87d77ca3c0 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 25 11:42:12 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Aug 14 10:34:59 2019 -0700 |
tree | 847020dd693ed35b952c317193b6b9539f7aec0f | |
parent | 39369d08fba28ea6ff0774939c6c9b60a76485ca [diff] |
Makefile uses add_img_to_target_files module. Also pack additional tools into otatools.zip. Bug: 63866463 Test: TreeHugger Test: `m -j otatools-package`; Check the packed tools. Change-Id: Ia21d143ca42b1cae8f04b5f0e0cdf6b719312117 Merged-In: Ia21d143ca42b1cae8f04b5f0e0cdf6b719312117
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.