program: add ATI_fragment_shader to shader stages list
[mesa.git] / Android.common.mk
index 7ca989c0ab71a736bb5e98f14a238e006e16798e..610b213f3031126b733fee4ecc381541c5e69607 100644 (file)
@@ -89,3 +89,6 @@ LOCAL_CPPFLAGS += \
 ifeq ($(strip $(LOCAL_MODULE_TAGS)),)
 LOCAL_MODULE_TAGS := optional
 endif
+
+# Quiet down the build system and remove any .h files from the sources
+LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))