Remove conditional bt/wifi build.

Change-Id: Icc3edb38fc58da3b064ba56b7847018076edba10
diff --git a/peripheral/bluetooth/ap6212/peripheral.mk b/peripheral/bluetooth/ap6212/peripheral.mk
index 35b5dea..f57da02 100644
--- a/peripheral/bluetooth/ap6212/peripheral.mk
+++ b/peripheral/bluetooth/ap6212/peripheral.mk
@@ -20,12 +20,10 @@
 AP6212_BT_FW_SRC := vendor/bsp/rockchip/peripheral/bluetooth/ap6212_firmware
 AP6212_BT_FW_DST := system/vendor/firmware
 
-ifneq ($(wildcard $(LOCAL_PATH)/../../../../../../$(AP6212_BT_SRC)),)
 PRODUCT_COPY_FILES += \
     $(AP6212_BT_FW_SRC)/bcm43438a0.hcd:$(AP6212_BT_FW_DST)/bcm43438a0.hcd \
     $(AP6212_BT_SRC)/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
-endif
 
-#BCM bluetooth
+# BCM bluetooth
 BOARD_HAVE_BLUETOOTH_BCM := true
 BOARD_CUSTOM_BT_CONFIG := $(AP6212_BT_SRC)/vnd_kylin.txt
diff --git a/peripheral/wifi/ap6212/peripheral.mk b/peripheral/wifi/ap6212/peripheral.mk
index c699a47..c0f13a0 100644
--- a/peripheral/wifi/ap6212/peripheral.mk
+++ b/peripheral/wifi/ap6212/peripheral.mk
@@ -19,10 +19,7 @@
 AP6212_WIFI_FW_SRC := vendor/bsp/rockchip/peripheral/wifi/ap6212_firmware
 AP6212_WIFI_FW_DST = system/vendor/firmware
 
-# ifneq ($(wildcard /usr/local/google/home/leozwang/tmp/rk/vendor/bsp/rockchip/aaa),)
-ifneq ($(wildcard $(LOCAL_PATH)/../../../../../../$(AP6212_WIFI_FW_SRC)),)
 AP6212_WIFI_FW := fw_bcm43438a0_apsta.bin fw_bcm43438a0.bin fw_bcm43438a0_p2p.bin nvram_ap6212.txt
-endif
 
 PRODUCT_COPY_FILES += \
   $(join $(patsubst %, $(AP6212_WIFI_FW_SRC)/%, $(AP6212_WIFI_FW)), $(patsubst %, :$(AP6212_WIFI_FW_DST)/%, $(AP6212_WIFI_FW)))