summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-04-05 17:49:02 +0100
committerDmitry Shmidt <dimitrysh@google.com>2016-04-05 10:27:55 -0700
commitfadc66b380693139488328c7d00652e8e87bafeb (patch)
treec7b7f8aa1b0ee8df705c0df0443589d312034fd9
parentdfceed5a894745d395a7ee07ba1beea8bfe267db (diff)
downloadhikey-fadc66b380693139488328c7d00652e8e87bafeb.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 f2a8a0ab..48e89d78 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 \