commit | 6ef237b9d063590ca360b0acacae54cf25864d27 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Thu Mar 25 17:56:15 2021 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Thu Mar 25 18:03:10 2021 +0800 |
tree | b7a3796e1bf9e0e07100af4ded689005b659b43e | |
parent | ce0671f0576698b7a025fc3ce846892a28e40ce1 [diff] |
Export prebuilt-info.txt of perbuilts kernel to dist aosp_arm64 and gsi_arm64 build the boot.img binaries with prebuilt kernels.Exporting the prebuilt-info.txt in dist folder makes to easier to see which kernel build on AndroidCI. Bug: 183504624 Test: lunch gsi_arm64-userdebug; make -j dist Change-Id: I18f63af8588ced93e57b9d24e3b196d6f5694e72
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.