mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 13:30:31 +01:00
Android: remove unused MESA_ENABLED_APIS variable
The variable was forgotten during the FEATURE_* removal. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
9560d34fcf
commit
1aeafcb7c5
3 changed files with 0 additions and 6 deletions
|
|
@ -38,8 +38,6 @@ include $(CLEAR_VARS)
|
|||
LOCAL_MODULE := libmesa_dricore
|
||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
||||
|
||||
MESA_ENABLED_APIS := ES1 ES2 GL
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MESA_FILES)
|
||||
|
||||
|
|
|
|||
|
|
@ -37,8 +37,6 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE := libmesa_st_mesa
|
||||
|
||||
MESA_ENABLED_APIS := ES1 ES2
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MESA_GALLIUM_FILES)
|
||||
|
||||
|
|
|
|||
|
|
@ -47,8 +47,6 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
|||
|
||||
intermediates := $(call local-intermediates-dir)
|
||||
|
||||
MESA_ENABLED_APIS := ES1 ES2
|
||||
|
||||
# TODO(chadv): In Makefile.sources, move these vars to a different list so we can
|
||||
# remove this kludge.
|
||||
generated_sources_basenames := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue