summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-04-05 17:49:02 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-04-05 18:00:03 +0100
commitdb0eda37e759924dd255e15c647b18b30043bd31 (patch)
treecf7880334f2fe95509583e89748b16d9987c4d53
parentdc91c89d6d0253dec1ef3ed5cfb63a5695d76d77 (diff)
downloadhikey-db0eda37e759924dd255e15c647b18b30043bd31.tar.gz
Cleanup: Fix entries for wifi and BT
We have references to 3.18 wifi module related files which are no more present. Fixed reference to BT files as well. Issue: https://bugs.96boards.org/show_bug.cgi?id=310 Change-Id: I519fbdb17c632f5060f56c673834c619ec1717e2 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--device.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/device.mk b/device.mk
index 07292493..70c777b2 100644
--- a/device.mk
+++ b/device.mk
@@ -35,8 +35,6 @@ PRODUCT_COPY_FILES += $(LOCAL_KERNEL):kernel \
$(LOCAL_PATH)/ueventd.hikey.rc:root/ueventd.hikey.rc \
$(LOCAL_PATH)/hikey.kl:system/usr/keylayout/hikey.kl
-$(call inherit-product-if-exists, device/linaro/hikey-kernel/modules/wifi/wifi.mk)
-
# Set custom settings
DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
@@ -84,7 +82,7 @@ PRODUCT_COPY_FILES += \
$(call inherit-product-if-exists, vendor/linaro/hikey/device-vendor.mk)
# Include BT modules
-$(call inherit-product-if-exists, devices/linaro/hikey/wpan/ti-wpan-products.mk)
+$(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk)
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \