summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2018-03-19 14:22:33 +0800
committerAmit Pundir <amit.pundir@linaro.org>2018-03-29 11:56:12 +0530
commitde377a896941e095195645711223ff75c8fdfdaf (patch)
tree14a34155f0cbaa213e4998a19bd87fb115a2dcca /AndroidProducts.mk
parente9e87f655086ea95f3f6e37a3523cf869dc545bc (diff)
db820c: Add initial db820c support
Initial db820c dev board support with BT and WiFi Working. Freedreno(a530*), Ath10k(QCA6174) and QCA(ROME) firmware and license files copied from git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git (4c0bf113a559) and will be installed in system/vendor image as the prebuilt targets to enforce the licensing per installed file, atleast for Freedreno and QCA binaries. Freedreno and QCA firmware files come with NOTICE.txt license file in their directory. End user can see/verify the per firmware file license for these firmwares in Settings Application: Settings -> System -> About Phone -> Legal information -> Third-party licenses Ath10k firmware don't come with a single license file. Found two license files (notice_ath10k_firmware-4.txt and notice_ath10k_firmware-6.txt) and copied them in the final system/vendor image as is. Change-Id: I520d37de379bf046e3f3a666f8e06931ebb533ea Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 76c64e0..ab2b3da 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -10,4 +10,5 @@
#
PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/db410c32_only.mk
+ $(LOCAL_DIR)/db410c32_only.mk \
+ $(LOCAL_DIR)/db820c.mk