From 3a69c9b6d04cf4d1331233868cb883523b965e4c Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Thu, 18 Apr 2019 17:15:30 +0530 Subject: db845c: firmware: Add Qcom RB3 firmware files Copied Qcom firmware files and license from RB3_firmware_20190529180356-v3.zip http://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v3.zip Also added utils.mk helper script which will contain useful build/install macros going forward. add-qcom-firmware() to start with. Change-Id: Iabef654d79ba2562929ae99c5d36f1439802b408 Signed-off-by: Amit Pundir --- db845c/device.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db845c/device.mk') diff --git a/db845c/device.mk b/db845c/device.mk index 54e0705..d15e188 100644 --- a/db845c/device.mk +++ b/db845c/device.mk @@ -27,3 +27,6 @@ PRODUCT_COPY_FILES := \ # Build generic Audio HAL PRODUCT_PACKAGES := audio.primary.db845c + +# Copy firmware files +$(call inherit-product-if-exists, $(LOCAL_PATH)/firmware/device.mk) -- cgit v1.2.3