summaryrefslogtreecommitdiffstats
path: root/Android.common.mk
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2019-09-18 15:59:41 -0400
committerAdam Jackson <[email protected]>2019-09-19 16:37:36 +0000
commit5b5c5bf8335b79c7c1152bbdf0956598d2246567 (patch)
treef700b0e5001b38c5620c9ed1281da38b998ca246 /Android.common.mk
parentec76232785f13042cf7ae4298a1e997e781d27a0 (diff)
docs: Update bug report URLs for the gitlab migration
Cc: [email protected] Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'Android.common.mk')
-rw-r--r--Android.common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.common.mk b/Android.common.mk
index 327f13f5a38..6bf64f55c54 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -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