[SEPolicy]Change to gs-common.

Bug: 287167439
Test: Forrest buld to verify pass.
Change-Id: I2232f68d1023a67dd5f39904e7e792744b0ab802
This commit is contained in:
joeshih 2023-06-17 16:17:00 +08:00
parent 571aedfdf5
commit 332e27a269
2 changed files with 1 additions and 3 deletions

View file

@ -25,9 +25,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
# Factory OTA
-include vendor/unbundled_google/packages/FactoryOtaPrebuilt/factoryota.mk
# Set system properties identifying the chipset # Set system properties identifying the chipset
PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Google PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Google
PRODUCT_VENDOR_PROPERTIES += ro.soc.model=ZUMAPRO PRODUCT_VENDOR_PROPERTIES += ro.soc.model=ZUMAPRO

View file

@ -34,6 +34,7 @@ include device/google/gs-common/camera/dump.mk
include device/google/gs-common/radio/dump.mk include device/google/gs-common/radio/dump.mk
include device/google/gs-common/gear/dumpstate/aidl.mk include device/google/gs-common/gear/dumpstate/aidl.mk
include device/google/gs-common/widevine/widevine.mk include device/google/gs-common/widevine/widevine.mk
include device/google/gs-common/sota_app/factoryota.mk
include device/google/zumapro/dumpstate/item.mk include device/google/zumapro/dumpstate/item.mk