Enable load kernel modules in parallel am: 36e728a381

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

Change-Id: I2e06dcd32989f4a0c37b543514d5fd9b9db9bc8d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
chungkai 2022-04-12 01:44:15 +00:00 committed by Automerger Merge Worker
commit 272c2ce425
2 changed files with 4 additions and 0 deletions

View file

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

View file

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