commit | 67911682c2eed89bf5d14a3017b89427fb3b3e06 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Aug 08 17:17:53 2024 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Aug 09 08:27:19 2024 +0900 |
tree | aa1dfe82c90212040fc41e245dd35a585e2c466c | |
parent | fa47605191ef94a7ce889aa03a691a07720771d6 [diff] |
target-files: Support erofs_compress_hints erofs_compress_hints files should be copied into target-files and then sign_target_files_apks should use them from the target-files. Bug: 357721652 Test: m target-files-package (with aosp/3204257) Test: sign_target_files_apks <target_file> signed-target-files.zip Change-Id: Id55000004ecb72ea8fec19bfbe144c9b4d3f06cb
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.