dubai: Fix a property selinux denial
Change-Id: Icd2a913852778666c3c96ff86217d25e6aa2a5a8
This commit is contained in:
parent
4b267b01f7
commit
994d552f8e
3 changed files with 3 additions and 3 deletions
|
@ -36,6 +36,7 @@ BOARD_MOT_DP_GROUP_SIZE := 8921284608 # ( BOARD_SUPER_PARTITION_SIZE - 4MB )
|
|||
BOARD_SUPER_PARTITION_SIZE := 8925478912
|
||||
|
||||
# Properties
|
||||
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
|
||||
|
|
2
product.prop
Normal file
2
product.prop
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Motorola
|
||||
ro.mot.build.customerid=global
|
|
@ -4,8 +4,5 @@ bluetooth.device.default_name=motorola edge 30
|
|||
# Camera
|
||||
persist.vendor.camera.physical.num=4
|
||||
|
||||
# Motorola
|
||||
ro.mot.build.customerid=global
|
||||
|
||||
# NFC
|
||||
ro.vendor.hw.nfc=st
|
||||
|
|
Loading…
Reference in a new issue