Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / Android.common.mk
index 825b60381d0832bce1cdf4c7fb0ca9283a3e967c..9141ef951d6c34c748e3540941edcfecb60f34e9 100644 (file)
@@ -39,7 +39,7 @@ LOCAL_CFLAGS += \
        -Wno-initializer-overrides \
        -Wno-mismatched-tags \
        -DPACKAGE_VERSION=\"$(MESA_VERSION)\" \
-       -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"
+       -DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/mesa/mesa/-/issues\"
 
 # XXX: The following __STDC_*_MACROS defines should not be needed.
 # It's likely due to a bug elsewhere, but let's temporarily add them