From d0ee122f7156d2232582699b6319307b3370c2c5 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Mon, 20 Jul 2020 12:02:55 +0200 Subject: [PATCH] kane: move ro.hardware.sensors to device specific repo Change-Id: Id851b29cf1251fe169391bfa12a34b415765ebe0 --- BoardConfig.mk | 3 +++ vendor.prop | 1 + 2 files changed, 4 insertions(+) create mode 100644 vendor.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index 6a34e04..e94f4c1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -24,5 +24,8 @@ TARGET_OTA_ASSERT_DEVICE := kane,one_vision # Kernel TARGET_KERNEL_CONFIG := kane_defconfig +# Properties +TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop + # inherit from the proprietary version -include vendor/motorola/kane/BoardConfigVendor.mk diff --git a/vendor.prop b/vendor.prop new file mode 100644 index 0000000..158a342 --- /dev/null +++ b/vendor.prop @@ -0,0 +1 @@ +ro.hardware.sensors=kane_sprout -- 2.20.1