OSDN Git Service

Fix makefile typo.
authorNicolas Capens <capn@google.com>
Thu, 24 Sep 2015 07:44:03 +0000 (03:44 -0400)
committerNicolas Capens <capn@google.com>
Thu, 24 Sep 2015 18:07:54 +0000 (18:07 +0000)
Change-Id: I4f610396af2d31792d9b9e452abd8ac597eb1aee
Reviewed-on: https://swiftshader-review.googlesource.com/4011
Reviewed-by: Greg Hartman <ghartman@google.com>
Tested-by: Greg Hartman <ghartman@google.com>
Reviewed-by: Nicolas Capens <capn@google.com>
src/OpenGL/compiler/Android.mk

index 87a56d3..aeac3e6 100644 (file)
@@ -69,7 +69,7 @@ LOCAL_MODULE := swiftshader_compiler_release
 LOCAL_MODULE_TAGS := optional
 LOCAL_SRC_FILES := $(COMMON_SRC_FILES)
 LOCAL_CFLAGS += \
-       $(COMMON_C_FLAGS) \
+       $(COMMON_CFLAGS) \
        -ffunction-sections \
        -fdata-sections \
        -DANGLE_DISABLE_TRACE
@@ -83,7 +83,7 @@ LOCAL_MODULE_TAGS := optional
 LOCAL_SRC_FILES := $(COMMON_SRC_FILES)
 
 LOCAL_CFLAGS += \
-       $(COMMON_C_FLAGS) \
+       $(COMMON_CFLAGS) \
        -UNDEBUG \
        -g \
        -O0