diff options
author | Adam Jackson <[email protected]> | 2019-09-18 15:59:41 -0400 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-09-23 11:11:59 -0700 |
commit | ac9ef75a2529ad85d5562c3f6b7d7e4da43e834c (patch) | |
tree | c5e369e5481014edea4523163d5d9df5e3036870 /Android.common.mk | |
parent | 75836b70c753cb6bd6f32590dd048e843aaeaea1 (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]>
(cherry picked from commit 5b5c5bf8335b79c7c1152bbdf0956598d2246567)
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.common.mk b/Android.common.mk index 825b60381d0..2d04573c433 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 |