(re)Add /bt_firmware. this is still required by 8.1 CAF devices like Razer Phone
This commit is contained in:
parent
d3f427ccd3
commit
926096b97f
@ -2,3 +2,5 @@ TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
|
|||||||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth
|
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth
|
||||||
TARGET_EXFAT_DRIVER := exfat
|
TARGET_EXFAT_DRIVER := exfat
|
||||||
DEVICE_FRAMEWORK_MANIFEST_FILE := device/phh/treble/framework_manifest.xml
|
DEVICE_FRAMEWORK_MANIFEST_FILE := device/phh/treble/framework_manifest.xml
|
||||||
|
|
||||||
|
BOARD_ROOT_EXTRA_FOLDERS += bt_firmware
|
||||||
|
@ -6,3 +6,6 @@
|
|||||||
|
|
||||||
#/system/bin/fsck\.exfat u:object_r:fsck_exec:s0
|
#/system/bin/fsck\.exfat u:object_r:fsck_exec:s0
|
||||||
/system/bin/fsck\.ntfs u:object_r:fsck_exec:s0
|
/system/bin/fsck\.ntfs u:object_r:fsck_exec:s0
|
||||||
|
|
||||||
|
/bt_firmware(/.*)? u:object_r:bt_firmware_file:s0
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
type bt_firmware_file, file_type;
|
||||||
type rild, domain;
|
type rild, domain;
|
||||||
|
|
||||||
#me.phh.treble.qti.audio is system-signed
|
#me.phh.treble.qti.audio is system-signed
|
||||||
|
Loading…
Reference in New Issue
Block a user