summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-07-15 18:53:32 -0700
committerMathias Agopian <mathias@google.com>2009-07-15 18:53:32 -0700
commitf13901eaa98241b52062a3ae3b016badce3dee0c (patch)
tree8512c75b18d91f64188eb9d5fd19ef20135fbc6a /opengl/libagl/Android.mk
parent5fdd6ed871ef6bc5f3c860a1363699fae01132b0 (diff)
downloadframeworks_native-f13901eaa98241b52062a3ae3b016badce3dee0c.zip
frameworks_native-f13901eaa98241b52062a3ae3b016badce3dee0c.tar.gz
frameworks_native-f13901eaa98241b52062a3ae3b016badce3dee0c.tar.bz2
remove libagl's dependency on gralloc_priv.h
Diffstat (limited to 'opengl/libagl/Android.mk')
-rw-r--r--opengl/libagl/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libagl/Android.mk b/opengl/libagl/Android.mk
index d1ed82e..2522656 100644
--- a/opengl/libagl/Android.mk
+++ b/opengl/libagl/Android.mk
@@ -38,7 +38,6 @@ endif
ifeq ($(LIBAGL_USE_GRALLOC_COPYBITS),1)
LOCAL_CFLAGS += -DLIBAGL_USE_GRALLOC_COPYBITS
LOCAL_SRC_FILES += copybit.cpp
- LOCAL_C_INCLUDES += hardware/libhardware/modules/gralloc
endif
LOCAL_CFLAGS += -DLOG_TAG=\"libagl\"