commit | 88fccce1efa3055d9464e1f27b35ebe716e35402 | [log] [tgz] |
---|---|---|
author | Herbert Xue <herbertxue@google.com> | Mon Mar 10 16:13:40 2025 +0800 |
committer | Herbert Xue <herbertxue@google.com> | Fri Mar 14 11:54:18 2025 +0800 |
tree | 35a048809202a962e600f9319727177e67416650 | |
parent | 402213cde8fd8a07124aa0d38e0cdf454147486c [diff] |
Add bins into the otatools.zip - The apksigner, boot_signer, signapk, and verity_signer are sh files. Can't put them in "srcs" because they will be built as jar files. - Use soong config to control the modules is not in AOSP. - Not build "make_erofs": This module is not in main branch. - Not build "mke2fs.conf": This module is not in $(HOST_OUT). Bug: 395988167 Test: m otatools-package-temp Change-Id: I41c36a6a5b8bebaeca4ba1a5fc5f73c72c2f9d64
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.