Enable load kernel modules in parallel
only enable for launched project. Test: boot to home screen without error and avc denials on R4/O6 Bug: 180676019 Signed-off-by: chungkai <chungkai@google.com> Change-Id: I374a25b3c7debcf8a268e62f939a7909b31fe1e8
This commit is contained in:
parent
505a101117
commit
36e728a381
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue