summaryrefslogtreecommitdiff
path: root/hikey960
diff options
context:
space:
mode:
authorYo Chiang <yochiang@google.com>2020-04-09 15:32:54 +0800
committerYo Chiang <yochiang@google.com>2020-04-09 09:19:28 +0000
commitc21547cd26d2a076cc4a05916a06a53553e9c9f5 (patch)
tree8673ccdcd12699d9ed0123d628503270e6d49066 /hikey960
parentbbb5c4c78a5bf7ceeb2679a6a3a48ac4e39b122a (diff)
downloadhikey-c21547cd26d2a076cc4a05916a06a53553e9c9f5.tar.gz
Remove ELF PRODUCT_COPY_FILES
We're banning ELF prebuilts in PRODUCT_COPY_FILES. Define prebuilt modules for vendor prebuilts so we can run check_elf_file.py on them. Use PRODUCT_PACKAGES to install ELF prebuilts. Bug: 140560012 Test: Build pass. Built artifacts should not change. Test: lunch hikey960-userdebug Change-Id: Ibef1ef8e2d600a59fe444484679f25c018bd1ecc
Diffstat (limited to 'hikey960')
-rw-r--r--hikey960/device-hikey960.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/hikey960/device-hikey960.mk b/hikey960/device-hikey960.mk
index 9bde93b8..5a423c11 100644
--- a/hikey960/device-hikey960.mk
+++ b/hikey960/device-hikey960.mk
@@ -38,8 +38,10 @@ PRODUCT_COPY_FILES += \
# Copy hifi firmware
PRODUCT_COPY_FILES += \
- device/linaro/hikey/hifi/firmware/hifi-hikey960.img:$(TARGET_COPY_OUT_VENDOR)/firmware/hifi/hifi.img \
- device/linaro/hikey/hifi/xaf/host-apf/tools/dhifimesg:/vendor/bin/dhifimesg
+ device/linaro/hikey/hifi/firmware/hifi-hikey960.img:$(TARGET_COPY_OUT_VENDOR)/firmware/hifi/hifi.img
+
+PRODUCT_PACKAGES += \
+ dhifimesg
# Build HiKey960 HDMI audio HAL. Experimental only may not work. FIXME