summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-05 13:57:02 -0800
committerMathias Agopian <mathias@google.com>2012-03-05 15:59:38 -0800
commita1549ff1bf59d6a4c85c92678b45d01757c38b6b (patch)
treee7126f008355b63f918d07049d01d5d262b3b4ce /services/surfaceflinger
parent7e5f1e8dc03f163274be1e1bb97f4b05dcc0a510 (diff)
downloadframeworks_base-a1549ff1bf59d6a4c85c92678b45d01757c38b6b.zip
frameworks_base-a1549ff1bf59d6a4c85c92678b45d01757c38b6b.tar.gz
frameworks_base-a1549ff1bf59d6a4c85c92678b45d01757c38b6b.tar.bz2
fixup include paths
- remove unneeded include deps - remove some hardcoded include paths Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
Diffstat (limited to 'services/surfaceflinger')
-rw-r--r--services/surfaceflinger/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index 42e280f..aa1e426 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -51,11 +51,6 @@ LOCAL_SHARED_LIBRARIES := \
# this is only needed for DDMS debugging
LOCAL_SHARED_LIBRARIES += libdvm libandroid_runtime
-LOCAL_C_INCLUDES := \
- $(call include-path-for, corecg graphics)
-
-LOCAL_C_INCLUDES += hardware/libhardware/modules/gralloc
-
LOCAL_MODULE:= libsurfaceflinger
include $(BUILD_SHARED_LIBRARY)