i965: Drop pointless check for variable declarations in splitting.
[mesa.git] / src / mesa / Android.gen.mk
index 5f0d73cffd67077e2cf7a79488118585634d2ef0..c6280f5cbd4f430452afb4879b9921019ffb8373 100644 (file)
@@ -32,6 +32,7 @@ intermediates := $(call local-intermediates-dir)
 # This is the list of auto-generated files: sources and headers
 sources := \
        main/enums.c \
+       main/api_exec.c \
        main/dispatch.h \
        main/remap_helper.h \
        main/get_hash.h
@@ -110,8 +111,7 @@ $(intermediates)/main/api_exec.c: $(dispatch_deps)
        $(call es-gen)
 
 GET_HASH_GEN := $(LOCAL_PATH)/main/get_hash_generator.py
-GET_HASH_GEN_FLAGS := $(patsubst %,-a %,$(MESA_ENABLED_APIS))
 
 $(intermediates)/main/get_hash.h: $(glapi)/gl_and_es_API.xml \
                $(LOCAL_PATH)/main/get_hash_params.py $(GET_HASH_GEN)
-       @$(MESA_PYTHON2) $(GET_HASH_GEN) $(GET_HASH_GEN_FLAGS) -f $< > $@
+       @$(MESA_PYTHON2) $(GET_HASH_GEN) -f $< > $@