Skip to content

Commit

Permalink
dubai: Fix a property selinux denial
Browse files Browse the repository at this point in the history
Change-Id: Icd2a913852778666c3c96ff86217d25e6aa2a5a8
  • Loading branch information
ThEMarD committed Sep 25, 2024
1 parent 4b267b0 commit 994d552
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions product.prop
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Motorola
ro.mot.build.customerid=global
3 changes: 0 additions & 3 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 994d552

Please sign in to comment.