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 /device.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 'device.mk')
-rwxr-xr-x | device.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -23,10 +23,6 @@ $(call inherit-product-if-exists, vendor/zuk/z2_plus/z2_plus-vendor.mk) - -# System properties --include $(LOCAL_PATH)/system_prop.mk - # Overlays DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay |