commit | 481aae6e078e089fd096446e28c41cf30e820951 | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Wed Dec 04 12:28:06 2024 -0800 |
committer | Wei Li <weiwli@google.com> | Thu Dec 05 00:46:44 2024 +0000 |
tree | a27ce51ab60433b11d8261b6a9a16a0ad02df8e4 | |
parent | 92487b6d25c1e707990ceb0d4342c2bbef530939 [diff] |
Add build_mixed_kernels_ramdisk to otatools.zip Bug: 381198695 Test: lunch cf_x86_64_phone-trunk_staging-userdebug && m otatools-package dist, out/dist/otatools.zip should contain bin/build_mixed_kernels_ramdisk Ignore-AOSP-First: submit with ag/30720005 and then cherrypick to AOSP Change-Id: I1c12d04db924b0f1a47f38f3c253178c46dbef11
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.