commit | 19174ba4dc17277515361b9ff7e6a7ad76a01a07 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Sep 04 15:33:58 2018 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Sep 04 15:33:58 2018 -0700 |
tree | b47e5e10f57a501e2c9c29f764f6d1f5f3a9fb15 | |
parent | 0e0ef050f9d9601bed195d03dc64156a0be8820c [diff] |
Add care_map_generator as a dependency of BUILT_TARGET_FILES_PACKAGE This solves the missing host executable when calling add_img_to_target_files.py. Bug: 113877667 Test: make target-files-package for aosp_sailfish Change-Id: I133064ef86a1f9c5b4ec6d27345fb49c61a729e5
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.