hiphi: props: Import initial properties
Co-authored-by: sekaiacg <sekaiacg@gmail.com> Co-authored-by: brigudav <brigudav@gmail.com> Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
parent
bfb4010ef6
commit
b20bc0953f
2 changed files with 20 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ BOARD_MOTOROLA_DYNAMIC_PARTITIONS_SIZE := 9122611200 # TODO: Fix hardcoded value
|
|||
# Platform
|
||||
TARGET_BOARD_PLATFORM := taro
|
||||
|
||||
# Properties
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
|
||||
# Recovery
|
||||
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
|
||||
TARGET_RECOVERY_DEVICE_DIRS += $(DEVICE_PATH)
|
||||
|
|
|
|||
Loading…
Reference in a new issue