Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e67518fe authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Unmount product partition in GSI"

parents 810965d2 4999dc04
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,10 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true


# GSI specific tasks on boot
PRODUCT_COPY_FILES += \
    build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc

# Support addtional P vendor interface
# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28
PRODUCT_EXTRA_VNDK_VERSIONS := 28


+4 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,10 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true


# GSI specific tasks on boot
PRODUCT_COPY_FILES += \
    build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc

# Support addtional P vendor interface
# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28
PRODUCT_EXTRA_VNDK_VERSIONS := 28


+4 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,10 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true


# GSI specific tasks on boot
PRODUCT_COPY_FILES += \
    build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc

# Support addtional P vendor interface
# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28
PRODUCT_EXTRA_VNDK_VERSIONS := 28


+4 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,10 @@ PRODUCT_PACKAGES += \
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
# Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true


# GSI specific tasks on boot
PRODUCT_COPY_FILES += \
    build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc

# Support addtional P vendor interface
# Support addtional P vendor interface
PRODUCT_EXTRA_VNDK_VERSIONS := 28
PRODUCT_EXTRA_VNDK_VERSIONS := 28


+5 −1
Original line number Original line Diff line number Diff line
@@ -46,9 +46,13 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
    device/generic/common/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf
    device/generic/common/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf


# GSI specific tasks on boot
PRODUCT_COPY_FILES += \
    build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc

# Support for the O-MR1 devices
# Support for the O-MR1 devices
PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
    build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc \
    build/make/target/product/vndk/init.legacy-gsi.rc:system/etc/init/init.legacy-gsi.rc \
    build/make/target/product/vndk/init.vndk-27.rc:system/etc/init/gsi/init.vndk-27.rc
    build/make/target/product/vndk/init.vndk-27.rc:system/etc/init/gsi/init.vndk-27.rc


# Name space configuration file for non-enforcing VNDK
# Name space configuration file for non-enforcing VNDK
Loading