commit | dea57a49e2fca53e6fb68dc6f2fd86b12c6d7399 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Fri May 14 17:25:12 2021 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Wed May 19 09:00:16 2021 +0000 |
tree | 5b0eb21b4a3ba36dc0bc612d1f1bb57ec81d548d | |
parent | 235f1507e9eba985c83425c5c2853cf3c9891972 [diff] |
Move GKI common settings to BoardConfigGkiCommon.mk There are GKI arm64 and x86_64 now. The patch restructures the GKI common settings to a new common BoardConfig file "BoardConfigGkiCommon.mk". It includes the ramdisk and boot image settings for GKI. The patch also removes obsolete TARGET_PRELINK_MODULE. Bug: 177859525 Bug: 181277965 Test: lunch gsi_arm64-userdebug ; make dist Test: lunch gsi_x86_64-userdebug ; make dist Change-Id: I204c8937d97140cc3c6ed3473d494f03f534ed75 Merged-In: I204c8937d97140cc3c6ed3473d494f03f534ed75
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.