summaryrefslogtreecommitdiff
path: root/hikey960
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-03-28 12:03:20 -0700
committerDmitry Shmidt <dimitrysh@google.com>2018-03-29 15:06:40 -0700
commit79230409c40a238037b471766d3231ba7b574940 (patch)
tree9649c915af695e443f15fa6173e9b15a6bafa484 /hikey960
parenta09fccbfcf1a817ccda1b58d016c05ca7275ee63 (diff)
downloadhikey-79230409c40a238037b471766d3231ba7b574940.tar.gz
MALI: bifrost: Add mali r9p0 bifrost blobs to device directory
With new licence terms, we can now redistribute mali blobs without the vendor package type-through license. Instead the EULA just has to be included with the blobs. So switch to using included r9p0 binaries rather then using the vendor package. Change-Id: If16cd4fbeb317c146d3c90c93cce6a73a6530dd0 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'hikey960')
-rw-r--r--hikey960/device-hikey960.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/hikey960/device-hikey960.mk b/hikey960/device-hikey960.mk
index 49ed2636..8bfc5b8b 100644
--- a/hikey960/device-hikey960.mk
+++ b/hikey960/device-hikey960.mk
@@ -36,9 +36,11 @@ PRODUCT_PACKAGES += audio.primary.hikey960
PRODUCT_PACKAGES += gralloc.hikey960
+#binary blobs from ARM
+PRODUCT_PACKAGES += libGLES_mali.so libbccArm.so libRSDriverArm.so libmalicore.bc \
+ vulkan.hikey960.so android.hardware.renderscript@1.0-impl.so \
+ END_USER_LICENCE_AGREEMENT.txt
+
PRODUCT_PACKAGES += power.hikey960
PRODUCT_PACKAGES += sensors.hikey960
-
-# Include vendor binaries
-$(call inherit-product-if-exists, vendor/linaro/hikey960/device-vendor.mk)