diff options
author | Robert Foss <[email protected]> | 2019-10-22 19:31:52 +0200 |
---|---|---|
committer | Robert Foss <[email protected]> | 2019-10-31 10:03:54 +0100 |
commit | f140467b5b43bc30046aa57247897e68ae13707a (patch) | |
tree | c98b824427b54d9a43f6d5ea1be96e36d660ea23 /src/gallium/targets | |
parent | 6f3f855320f5dda6138215c9877a8e4e75b394ae (diff) |
android: Add panfrost support to build scripts
Currently the Android build system doesn't expose the panfrost
driver.
This patch enables the panfrost driver to be build on for the
Android platform.
Signed-off-by: Robert Foss <[email protected]>
Reviewed-By: Rohan Garg <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri/Android.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/Android.mk b/src/gallium/targets/dri/Android.mk index 3059e839c00..fa69b708c13 100644 --- a/src/gallium/targets/dri/Android.mk +++ b/src/gallium/targets/dri/Android.mk @@ -57,7 +57,11 @@ endif LOCAL_STATIC_LIBRARIES += \ libfreedreno_drm \ libfreedreno_ir3 \ - libpanfrost_shared \ + libpanfrost_bifrost \ + libpanfrost_decode \ + libpanfrost_encoder \ + libpanfrost_midgard \ + libpanfrost_shared ifeq ($(USE_LIBBACKTRACE),true) LOCAL_SHARED_LIBRARIES += libbacktrace |