From db8ed7dc9c6b88c9a64e09cac72a7f0cafbf7db3 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Mon, 6 Jul 2020 02:10:57 +0300 Subject: [PATCH] sm6250-common: create dummy property files --- BoardConfigCommon.mk | 5 +++++ product.prop | 0 system.prop | 0 vendor.prop | 0 4 files changed, 5 insertions(+) create mode 100644 product.prop create mode 100644 system.prop create mode 100644 vendor.prop diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a1c7ee4..41ae0f5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -108,6 +108,11 @@ BOARD_FLASH_BLOCK_SIZE := 131072 # Platform TARGET_BOARD_PLATFORM := atoll +# Properties +TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop +TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop +TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop + # QCOM BOARD_USES_QCOM_HARDWARE := true diff --git a/product.prop b/product.prop new file mode 100644 index 0000000..e69de29 diff --git a/system.prop b/system.prop new file mode 100644 index 0000000..e69de29 diff --git a/vendor.prop b/vendor.prop new file mode 100644 index 0000000..e69de29