commit | a0281768fe6578407c10754c852823ecf2040e4b | [log] [tgz] |
---|---|---|
author | Xiao Ma <xiaom@google.com> | Fri Oct 09 07:22:45 2020 +0000 |
committer | Xiao Ma <xiaom@google.com> | Fri Oct 09 07:22:45 2020 +0000 |
tree | e9e938797a15e2cf41540aa7fc93f4a3aefebd91 | |
parent | 4f10706721d07de709d12e35f1e38998eaf1e367 [diff] |
Revert "use new GKI kernel location" Revert "Update kernel to builds 6888926" Revert submission 1454075-2020-10-07-gki-update Reason for revert: Looks like this topic changes caused daily build broken, the error log as: error: +out/target/product/emulator_arm64/boot.img too large (34934784 > 33484800) I tried to revert this topic first and then feel free to revert revert it. Reverted Changes: Ie74ca26e8:use new GKI kernel location Ibff0d9638:Update kernel to builds 6889747 I693476e82:Update kernel to builds 6888926 I35d7f320c:Update kernel to builds 6888926 Id221a7a30:Update kernel to builds 6888926 I4421dbf67:remove kernel, kernel modules from cuttlefish_kern... I991f9a6af:Allow downstream devices to customize vendor modul... I598630e09:load kernel, kernel modules from updated locations... Bug: 170451791 Change-Id: I4d8f18a7c80eb92cb475c48e1dcf04ceabd08984
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.