diff options
author | Álvaro Brey <alvaro.brv@gmail.com> | 2017-03-23 10:17:08 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:36:01 +0200 |
commit | 8ed04f903b5ddff56ec0b0d68f31fd00b4103b60 (patch) | |
tree | 00838ee104f845505ebe9217b915debb7778b062 /BoardConfig.mk | |
parent | 69708ce1ed0ae052ebb1a136c719ad5e89ee435f (diff) |
Move away from system_prop.mk in favor of system.prop
* Using a makefile does not improve anything, only adds useless syntax
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 56d90d0..ebe1269 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -42,6 +42,9 @@ TARGET_NO_BOOTLOADER := true TARGET_BOARD_PLATFORM := msm8996 TARGET_BOARD_PLATFORM_GPU := qcom-adreno530 +# Properties +TARGET_SYSTEM_PROP += $(PLATFORM_PATH)/system.prop + # Architecture TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a |