blob: 267e3edf44e3b1896a5d1e8c922efd4306a6c456 [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
10ifeq ($(TARGET_SIMULATOR),true)
11 LOCAL_LDLIBS += -lpthread
12endif
13
14include $(BUILD_SHARED_LIBRARY)