diff options
author | Eric Engestrom <[email protected]> | 2018-11-23 16:37:50 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-11-26 22:05:02 +0000 |
commit | c0c533767e2a97cb88dcff56f83ae5472e6592cb (patch) | |
tree | e8b24c76b77d0afbe74497288f0ff4a88ade3874 /Android.common.mk | |
parent | bd12e025305947066006a6518f5743969aa5664d (diff) |
build: stop defining unused VERSION
Scons and autotools don't define it, and as of last commit nothing
uses it.
`VERSION` is also a generic enough name that something somewhere will
eventually clash, and we don't want to repeat the LLVM `DEBUG` fiasco.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.common.mk b/Android.common.mk index aa1b266a393..60459d16eba 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -37,7 +37,6 @@ LOCAL_CFLAGS += \ -Wno-missing-field-initializers \ -Wno-initializer-overrides \ -Wno-mismatched-tags \ - -DVERSION=\"$(MESA_VERSION)\" \ -DPACKAGE_VERSION=\"$(MESA_VERSION)\" \ -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" |