add the path of UCODE_OUT [2/2]

PD# NONE

copy the fimware to the UCODE_OUT.

Change-Id: Ia7815156ba4219f7b4a7582322028b3391df9253
Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
This commit is contained in:
Nanxin Qin
2017-08-18 12:08:25 +08:00
committed by Dongjin Kim
parent a92859716f
commit 7fb33bed00

View File

@@ -46,6 +46,12 @@ else
MODS_OUT := $(ANDROID_BUILD_TOP)/$(TARGET_OUT)/lib
endif
UCODE_OUT := $(ANDROID_PRODUCT_OUT)/$(TARGET_COPY_OUT_VENDOR)/lib/modules/firmware/video
ifeq (,$(wildcard $(UCODE_OUT)))
$(shell mkdir $(UCODE_OUT) -p)
endif
$(shell cp $(MEDIA_DRIVERS)/../firmware/* $(UCODE_OUT) -rfa)
$(shell cp $(MEDIA_DRIVERS)/* $(MEDIA_MODULES) -rfa)
define media-modules