From: Jan Altensen Date: Mon, 20 Jul 2020 10:02:55 +0000 (+0200) Subject: kane: move ro.hardware.sensors to device specific repo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d0ee122f7156d2232582699b6319307b3370c2c5;p=GitHub%2Fmoto-9609%2Fandroid_device_motorola_kane.git kane: move ro.hardware.sensors to device specific repo Change-Id: Id851b29cf1251fe169391bfa12a34b415765ebe0 --- 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