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