summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2021-10-06 22:32:11 +0000
committerJohn Stultz <john.stultz@linaro.org>2022-02-01 05:12:05 +0000
commitdd29e43154d8553087f7b02bc852f707ff266ebc (patch)
tree0812c711a1a4fda1520d62df2c6623a674356500 /device-common.mk
parent681b625a35a6eda8d45703a35767f3b8eab44566 (diff)
dragonboards: Allow use of new mesa/main build
Update the db845c/rb5 build to use the mesa/main build targets if they are available. We still keep the libGLES_mesa target, so we can still properly build with AOSP's mesa branch. This just allows us to easily test upstream mesa. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Icc8e3fedecb72a458a8419a1fe8bbb326fbe4b87
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index 9635f7b..e781d2a 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -72,7 +72,12 @@ PRODUCT_PRODUCT_PROPERTIES := \
PRODUCT_PACKAGES += \
android.hardware.drm@1.3-service.clearkey \
android.hardware.drm@1.3-service.widevine \
- libGLES_mesa
+ libGLES_mesa \
+ libEGL_mesa \
+ libGLESv1_CM_mesa \
+ libGLESv2_mesa \
+ libgallium_dri \
+ libglapi
PRODUCT_PROPERTY_OVERRIDES += \
ro.hardware.gralloc=minigbm_msm \