From d4a1bd480003f3e1a0590bc46fbcb24f05652ca7 Mon Sep 17 00:00:00 2001 From: tzh <tanzhtanzh@gmail.com> Date: Thu, 15 Aug 2024 06:56:47 +0000 Subject: [PATCH] feat(wfit/bt): update aic8800 wifi/bt drive and hal --- android/hardware/aw/wireless/wlan/firmware/aic/device-aic.mk | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/android/hardware/aw/wireless/wlan/firmware/aic/device-aic.mk b/android/hardware/aw/wireless/wlan/firmware/aic/device-aic.mk index af785fa..e06d6fd 100755 --- a/android/hardware/aw/wireless/wlan/firmware/aic/device-aic.mk +++ b/android/hardware/aw/wireless/wlan/firmware/aic/device-aic.mk @@ -20,5 +20,8 @@ SEARCH_PATH := $(shell find $(FW_BASE_PATH) -type d -name "aic*") FW_BIN_FILES:= $(foreach p,$(SEARCH_PATH), $(eval FW_BIN_FILES += $(call find-copy-subdir-files,"*.bin",$(p),$(TARGET_COPY_OUT_VENDOR)/etc/firmware))) +CONFIG_FILES:= +$(foreach p,$(SEARCH_PATH), $(eval CONFIG_FILES += $(call find-copy-subdir-files,"aic_*.txt",$(p),$(TARGET_COPY_OUT_VENDOR)/etc/firmware))) PRODUCT_COPY_FILES += $(FW_BIN_FILES) +PRODUCT_COPY_FILES += $(CONFIG_FILES) -- Gitblit v1.6.2