summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2021-11-20 00:47:18 +0100
committerMauro Rossi <issor.oruam@gmail.com>2021-11-30 22:58:30 +0100
commit1ba231fb75be5bffd806cbd09ac285d1f8f15e3d (patch)
tree3603b8356e829e91eb9d7a605e92d1553270e068 /android
parentbe7a0b23c8bb0ae9c585942fda2928bd1ac1d851 (diff)
downloadmesa-1ba231fb75be5bffd806cbd09ac285d1f8f15e3d.tar.gz
android: define cpp_rtti=false because libLLVM is built w/o RTTI (v2)
libLLVM for Android is built without RTTI, but after commit ad86267 mesa inherits meson default RTTI enabled state. cpp_rtti=false is added to meson options in android/mesa3d_cross.mk (v2) Add Fixes tag and use spaces instead of tabs for aligning the trailing \ Signed-off-by: Mauro Rossi <issor.oruam@gmail.com> Fixes: ad862674 ("meson: Don't override built-in cpp_rtti option, error if it's invalid") Cc: "21.3" "21.2" mesa-stable Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13901>
Diffstat (limited to 'android')
-rw-r--r--android/mesa3d_cross.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/mesa3d_cross.mk b/android/mesa3d_cross.mk
index 3e0622159fe..e211cb8f269 100644
--- a/android/mesa3d_cross.mk
+++ b/android/mesa3d_cross.mk
@@ -93,6 +93,7 @@ MESON_GEN_NINJA := \
-Dvulkan-drivers=$(subst $(space),$(comma),$(subst radeon,amd,$(BOARD_MESA3D_VULKAN_DRIVERS))) \
-Dgbm=enabled \
-Degl=enabled \
+ -Dcpp_rtti=false \
MESON_BUILD := PATH=/usr/bin:/bin:/sbin:$$PATH ninja -C $(MESON_OUT_DIR)/build