Cleanup: Fix entries for wifi and BT am: db0eda3
am: c11cc12
* commit 'c11cc128039b873132da6e718528483dcc456ce2':
Cleanup: Fix entries for wifi and BT
Change-Id: I37176650a188ceace05128046b69796dd13ae8a3
diff --git a/device.mk b/device.mk
index 0729249..70c777b 100644
--- a/device.mk
+++ b/device.mk
@@ -35,8 +35,6 @@
$(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 @@
$(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 \