I want to be first to define properties

This commit is contained in:
Pierre-Hugues Husson 2018-02-20 21:25:32 +01:00
parent 2886155138
commit 984c22d6b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
include build/make/target/board/generic_arm64_a/BoardConfig.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
TARGET_SYSTEM_PROP += device/phh/treble/system.prop
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)

View File

@ -1,4 +1,4 @@
include build/make/target/board/generic_arm64_ab/BoardConfig.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
TARGET_SYSTEM_PROP += device/phh/treble/system.prop
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)