commit | 662d0298a109af02a769a8f290f54d12d6d91c63 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sat Feb 25 19:44:35 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Feb 27 13:03:03 2012 -0800 |
tree | 05f69ec9841c290f3c70972fd5fccc5505296f5f | |
parent | 85701556763fb6abd145490dbac8f2029e3f3d02 [diff] |
remove dummy libsurfaceflinger_client Change-Id: Idd67a3f936deae7ba5d1cd5000d191fad271381e
diff --git a/libs/surfaceflinger_client/Android.mk b/libs/surfaceflinger_client/Android.mk deleted file mode 100644 index 5fca1ce..0000000 --- a/libs/surfaceflinger_client/Android.mk +++ /dev/null
@@ -1,10 +0,0 @@ -LOCAL_PATH:= $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_SRC_FILES:= - -LOCAL_SHARED_LIBRARIES := - -LOCAL_MODULE:= libsurfaceflinger_client - -include $(BUILD_SHARED_LIBRARY)