commit | 67553739e32d14ef414589fdda0ac32223af7aec | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Thu Jan 13 12:03:33 2022 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Thu Jan 13 12:30:22 2022 -0800 |
tree | 8ba05e0e94ad570654a517167575fdd352da2e8d | |
parent | 9e81c4487532a2004df5e37d77d66c55ba07a154 [diff] |
Fix check_tf failure when duplicate package names are present Test: check_target_files_signatures sdk_gphone64_x86_64-target_files-8069754.zip Bug: 214388458 Change-Id: I0a8a0d0596c04a9da4283d4d4caeb3bb62762ccc
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.