commit | be064a22950781778b0079d6a2db06c0fc4180de | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Wed Aug 08 12:21:58 2018 -0700 |
committer | John Stultz <john.stultz@linaro.org> | Thu Sep 06 12:16:11 2018 -0700 |
tree | 5dae3382be85e84a57c11bf89942cf8f481b524a | |
parent | 6cd25833e0d164313ffd94958905940f4a196963 [diff] |
hikey960: bifrost: Add renderscript binary dependencies This patch adds prebuilt binary/libraries needed by the mali renderscript code. Following the renderscript integration instructions in the release notes from the binary blob package here: https://developer.arm.com/products/software/mali-drivers/user-space Specifically: https://developer.arm.com/-/media/Files/downloads/mali-drivers/user-space/HiKey%20960/mali-G71_r10p0-01rel1_android-8.1_1.tar.gz?revision=56403097-18f0-4ea2-9ff8-de7044b71e5e These were built by repo sync'ing Android-8.1, and building: OVERRIDE_RS_DRIVER=libRSDriverArm.so make libclcore.bc libclcore_neon.bc libbcc libLLVM bcc Then the resulting binaries were copied from the system dir to here. Change-Id: Ife139a20c2a9aa1727de0668ba85309d9b09920f Signed-off-by: John Stultz <john.stultz@linaro.org>