Removed lines for linking camera library and wlan module.
The soft-linking command for the wlan module was moved to the
Boardconfig.mk file and the command for linking the camera module
has long been unnecessary since the camera wrapper was working.
diff --git a/Android.mk b/Android.mk
index 3fb881a..220c4e7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -82,15 +82,6 @@
ln -sf /etc/firmware/wlan/prima/WCNSS_qcom_cfg.ini \
$(TARGET_OUT)/etc/wifi/WCNSS_qcom_cfg.ini)
-#Create links for camera and wlan modules
-#$(shell mkdir -p $(TARGET_OUT)/lib/hw; \
-# ln -sf /system/lib/hw/camera.vendor.msm8916.so \
-# $(TARGET_OUT)/lib/hw/camera.msm8916.so)
-
-$(shell mkdir -p $(TARGET_OUT)/lib/modules/pronto; \
- ln -sf /system/lib/modules/pronto/pronto_wlan.ko \
- $(TARGET_OUT)/lib/modules/wlan.ko)
-
include $(CLEAR_VARS)
endif