blob: 5fca1ce5b3bb1c7b57e4101081c33ef81fb7a4bb [file] [log] [blame]
Mathias Agopian000479f2010-02-09 17:46:37 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Mathias Agopian696257c2011-03-25 18:42:40 -07004LOCAL_SRC_FILES:=
Mathias Agopian000479f2010-02-09 17:46:37 -08005
Mathias Agopian696257c2011-03-25 18:42:40 -07006LOCAL_SHARED_LIBRARIES :=
Mathias Agopian000479f2010-02-09 17:46:37 -08007
8LOCAL_MODULE:= libsurfaceflinger_client
9
Mathias Agopian000479f2010-02-09 17:46:37 -080010include $(BUILD_SHARED_LIBRARY)