Snap for 11908474 from e7e1ea599f
to 24Q3-release
Change-Id: I30d4977bd56305e4bc0c99012eccb9fc61e020b8
This commit is contained in:
commit
7d8b140cc2
5 changed files with 11 additions and 1 deletions
2
OWNERS
2
OWNERS
|
@ -1,4 +1,4 @@
|
|||
per-file powerhint-*.json = jychen@google.com,jenhaochen@google.com,wvw@google.com,joaodias@google.com
|
||||
|
||||
# per-file for Pixel device makefiles, see go/pixel-device-mk-owner-checklist for details.
|
||||
per-file *.mk,*/BoardConfig.mk=file:device/google/gs-common:main:/OWNERS
|
||||
per-file *.mk,*/BoardConfig.mk=file:device/google/gs-common:main:/MK_OWNERS
|
||||
|
|
|
@ -296,3 +296,6 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.quick_start.oem_id=00e0 \
|
||||
ro.quick_start.device_id=oriole
|
||||
|
||||
# Disable AVF Remote Attestation
|
||||
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||
|
|
|
@ -306,3 +306,6 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.quick_start.oem_id=00e0 \
|
||||
ro.quick_start.device_id=raven
|
||||
|
||||
# Disable AVF Remote Attestation
|
||||
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||
|
|
|
@ -131,3 +131,5 @@ else
|
|||
device/google/raviole/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||
endif
|
||||
|
||||
# Disable AVF Remote Attestation
|
||||
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||
|
|
|
@ -114,3 +114,5 @@ else
|
|||
device/google/raviole/location/gps_user.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||
endif
|
||||
|
||||
# Disable AVF Remote Attestation
|
||||
PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue