[SEPolicy]Change to gs-common.

Bug: 28716739
Test: Forrest build to verify pass.
Change-Id: I7a9d6fcf2680c9f55fd81df6f4d9845cc8456f83
This commit is contained in:
joeshih 2023-06-17 15:30:16 +08:00 committed by Joe Shih
parent 372a4484b1
commit 2911c056d3
2 changed files with 1 additions and 3 deletions

View file

@ -30,9 +30,6 @@ endif
PRODUCT_COPY_FILES += \
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
PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Google
PRODUCT_VENDOR_PROPERTIES += ro.soc.model=Tensor

View file

@ -31,6 +31,7 @@ include device/google/gs-common/gear/dumpstate/aidl.mk
include device/google/gs-common/camera/dump.mk
include device/google/gs-common/gps/dump/log.mk
include device/google/gs-common/widevine/widevine.mk
include device/google/gs-common/sota_app/factoryota.mk
TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)