pstar: add system.prop with some device specific props
* also set boatloader name in device, as its not common kona in stock
This commit is contained in:
parent
d469d26091
commit
c57af2bb76
@ -19,6 +19,9 @@ DEVICE_PATH := device/motorola/pstar
|
|||||||
# Inherit from motorola sm8250-common
|
# Inherit from motorola sm8250-common
|
||||||
-include device/motorola/sm8250-common/BoardConfigCommon.mk
|
-include device/motorola/sm8250-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
|
# Bootloader
|
||||||
|
TARGET_BOOTLOADER_BOARD_NAME := pstar
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
|
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
|
||||||
|
|
||||||
@ -42,6 +45,7 @@ BOARD_SUPER_PARTITION_SIZE := 14227079168
|
|||||||
TARGET_TAP_TO_WAKE_NODE := "/sys/class/sensors/dt-gesture/enable"
|
TARGET_TAP_TO_WAKE_NODE := "/sys/class/sensors/dt-gesture/enable"
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
|
|
||||||
# Recovery
|
# Recovery
|
||||||
|
3
system.prop
Normal file
3
system.prop
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Google
|
||||||
|
ro.opa.device_model_id=motorola-pstar
|
||||||
|
ro.opa.eligible_device=true
|
Loading…
x
Reference in New Issue
Block a user