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