Snap for 10347638 from 6f60a42308 to udc-qpr1-release

Change-Id: Ie312be97eb00d0910bead38ca432102bde708599
This commit is contained in:
Android Build Coastguard Worker 2023-06-20 01:06:36 +00:00
commit 0bafc5adbf
2 changed files with 1 additions and 3 deletions

View file

@ -30,9 +30,6 @@ endif
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=Tensor 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/camera/dump.mk
include device/google/gs-common/gps/dump/log.mk include device/google/gs-common/gps/dump/log.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
TARGET_BOARD_PLATFORM := gs101 TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false) DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)