Skip to content

Commit

Permalink
Use libgbm_mesa shared dependency
Browse files Browse the repository at this point in the history
In Android S libgbm module name is used by external/minigbm
gbm_gralloc and mesa need to use libgbm_mesa module name
  • Loading branch information
maurossi authored and hmtheboy154 committed Jul 7, 2022
1 parent d4fb088 commit b7c1953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LOCAL_SRC_FILES := \

LOCAL_SHARED_LIBRARIES := \
libdrm \
libgbm \
libgbm_mesa \
liblog \
libcutils \
libhardware \
Expand Down

0 comments on commit b7c1953

Please sign in to comment.