Enable load kernel modules in parallel am: 36e728a381 am: 272c2ce425

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17690765

Change-Id: I1f5702855ef81b4d053320fa52bd419d9fa9f6df
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
chungkai 2022-04-12 02:08:31 +00:00 committed by Automerger Merge Worker
commit 8d7ba8a5b4
2 changed files with 4 additions and 0 deletions

View file

@ -21,6 +21,8 @@ else
TARGET_SCREEN_DENSITY := 420 TARGET_SCREEN_DENSITY := 420
USES_DEVICE_GOOGLE_RAVIOLE := true USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
include device/google/gs101/BoardConfig-common.mk include device/google/gs101/BoardConfig-common.mk
include device/google/gs101/wifi/BoardConfig-wifi.mk include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk

View file

@ -22,6 +22,8 @@ else
TARGET_SCREEN_DENSITY := 560 TARGET_SCREEN_DENSITY := 560
USES_DEVICE_GOOGLE_RAVIOLE := true USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
include device/google/gs101/BoardConfig-common.mk include device/google/gs101/BoardConfig-common.mk
include device/google/gs101/wifi/BoardConfig-wifi.mk include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk