Snap for 10439448 from 0e265da01b to udc-qpr1-release

Change-Id: I9bd2637332b690efb46a99c17bdd8451c2cba00a
This commit is contained in:
Android Build Coastguard Worker 2023-07-05 23:02:21 +00:00
commit 9060252a0f
2 changed files with 2 additions and 0 deletions

View file

@ -876,6 +876,7 @@ on post-fs-data
chown bluetooth system /proc/bluetooth/sleep/btwake
chown bluetooth system /proc/bluetooth/sleep/lpm
chown bluetooth system /proc/bluetooth/sleep/btwrite
mkdir /data/vendor/bluetooth 0770 bluetooth system
# ODPM
on fs

View file

@ -32,6 +32,7 @@ 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
include device/google/gs-common/misc_writer/misc_writer.mk
TARGET_BOARD_PLATFORM := gs101
DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)