Snap for 11915075 from e0129184f3
to 24Q4-release
Change-Id: I311430e4a163db4abad5b113cb13a799022bc828
This commit is contained in:
commit
492a60f283
4 changed files with 15 additions and 3 deletions
2
OWNERS
2
OWNERS
|
@ -1,2 +1,2 @@
|
||||||
# per-file for Pixel device makefiles, see go/pixel-device-mk-owner-checklist for details.
|
# per-file for Pixel device makefiles, see go/pixel-device-mk-owner-checklist for details.
|
||||||
per-file *.mk=file:device/google/gs-common:main:/OWNERS
|
per-file *.mk=file:device/google/gs-common:main:/MK_OWNERS
|
||||||
|
|
|
@ -6,7 +6,7 @@ service copy_efs_files_to_data /vendor/bin/copy_efs_files_to_data
|
||||||
oneshot
|
oneshot
|
||||||
disabled
|
disabled
|
||||||
|
|
||||||
on post-fs-data && property:ro.boot.flash.locked=0
|
on post-fs-data && property:ro.boot.flash.locked=0 && property:ro.fstype.data=ext4
|
||||||
mkdir /data/vendor/copied 0775 radio system
|
mkdir /data/vendor/copied 0775 radio system
|
||||||
restorecon_recursive /data/vendor/copied
|
restorecon_recursive /data/vendor/copied
|
||||||
restorecon_recursive /mnt/vendor
|
restorecon_recursive /mnt/vendor
|
||||||
|
@ -23,6 +23,11 @@ on post-fs-data && property:ro.boot.flash.locked=0
|
||||||
restorecon_recursive /data/vendor/ss
|
restorecon_recursive /data/vendor/ss
|
||||||
setprop ro.vendor.persist.status mounted
|
setprop ro.vendor.persist.status mounted
|
||||||
|
|
||||||
|
on post-fs-data && property:ro.boot.flash.locked=0 && property:ro.fstype.data=f2fs
|
||||||
|
mount_all /vendor/etc/fstab.efs
|
||||||
|
mount_all /vendor/etc/fstab.persist
|
||||||
|
setprop ro.vendor.persist.status mounted
|
||||||
|
|
||||||
on post-fs-data && property:ro.boot.flash.locked=1
|
on post-fs-data && property:ro.boot.flash.locked=1
|
||||||
mount_all /vendor/etc/fstab.efs
|
mount_all /vendor/etc/fstab.efs
|
||||||
mount_all /vendor/etc/fstab.persist
|
mount_all /vendor/etc/fstab.persist
|
||||||
|
|
|
@ -159,6 +159,11 @@
|
||||||
/dev/acd-com.google.bt 0660 system system
|
/dev/acd-com.google.bt 0660 system system
|
||||||
/dev/acd-com.google.bt.non_wake_up 0660 system system
|
/dev/acd-com.google.bt.non_wake_up 0660 system system
|
||||||
|
|
||||||
|
# AoC Bluetooth Offload
|
||||||
|
/dev/acd-chre_bt_offload_ctl 0660 bluetooth bluetooth
|
||||||
|
/dev/acd-chre_bt_offload_data_tx 0220 bluetooth bluetooth
|
||||||
|
/dev/acd-chre_bt_offload_data_rx 0440 bluetooth bluetooth
|
||||||
|
|
||||||
# LWIS
|
# LWIS
|
||||||
/dev/lwis* 0660 system system
|
/dev/lwis* 0660 system system
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,8 @@
|
||||||
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
|
<permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
|
<!-- Used by Bluetooth Module to collect bluetooth info -->
|
||||||
|
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
||||||
</exception>
|
</exception>
|
||||||
|
|
||||||
<exception package="com.google.android.apps.setupwizard.searchselector">
|
<exception package="com.google.android.apps.setupwizard.searchselector">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue