mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Drop non-working permissions, move props back to root
* platform-samsung.xml: <assign-permission> not allowed in partition of /vendor/etc/permissions/platform-samsung.xml at START_TAG (empty) <assign-permission name='com.samsung.permission.SSENSOR' uid='cameraserver'>@22:83 in java.io.FileReader@9549221 * component-overrides-bluetooth.xml: Useless, its already disabled, why kill it twice Change-Id: I3e2a1ae37cd340e2005293aaf7f046d4c3eda0ca Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
bb8d32dfd7
commit
0e16cac0bf
8 changed files with 5 additions and 62 deletions
|
|
@ -72,7 +72,10 @@ BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
|||
BOARD_FLASH_BLOCK_SIZE := 131072
|
||||
|
||||
# Properties
|
||||
include device/samsung/universal7885-common/configs/props/props.mk
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
|
||||
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
|
||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
||||
|
||||
# Recovery
|
||||
BOARD_HAS_DOWNLOAD_MODE := true
|
||||
|
|
|
|||
Loading…
Reference in a new issue