Fix boot failure on Q devices with GSI on master
The master GSI is required to support both P and Q. Bug: 136695702 Test: Boot a Q device with GSI on master Change-Id: Ic6da4c4a81d145414ba6cb1bde1ccf3b4a8150f1
This commit is contained in:
parent
7dc1cbe13c
commit
05f553aa5d
|
@ -54,8 +54,8 @@ PRODUCT_COPY_FILES += \
|
|||
build/make/target/product/gsi/skip_mount.cfg:system/etc/init/config/skip_mount.cfg \
|
||||
build/make/target/product/gsi/init.gsi.rc:system/etc/init/init.gsi.rc \
|
||||
|
||||
# Support addtional P VNDK packages
|
||||
PRODUCT_EXTRA_VNDK_VERSIONS := 28
|
||||
# Support addtional P and Q VNDK packages
|
||||
PRODUCT_EXTRA_VNDK_VERSIONS := 28 29
|
||||
|
||||
# The 64 bits GSI build targets inhiert core_64_bit.mk to enable 64 bits and
|
||||
# include the init.zygote64_32.rc.
|
||||
|
|
Loading…
Reference in New Issue