commit | 5bfa43e5eb8231472df7df75190e81de8a6a92d3 | [log] [tgz] |
---|---|---|
author | Dennis Song <denniscy@google.com> | Thu Mar 30 18:28:00 2023 +0800 |
committer | Dennis Song <denniscy@google.com> | Mon Apr 10 17:07:03 2023 +0800 |
tree | 2c981ab7eaa4062b05688e261dbf660df460f40e | |
parent | 3665d8dfa80f60a412ea8c8586823484a82faac4 [diff] |
Support merging target files from directory Expand `merge_target_files.py` API capabilities so that `--framework-target-files` and `--vendor-target-files` can be either zip archives or directories. Test: Create a merged package by vendor target files folder Test: atest --host releasetools_test Bug: 276068400 Change-Id: I200be2a458ae59a61e05bfd7c78ab66093db32eb
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.