blob: 632acbc5b41df60b0bfc3be9b4d6f95c68fe63f4 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
#
# libcommon_time_client
# (binder marshalers for ICommonClock as well as common clock and local clock
# helper code)
#
include $(CLEAR_VARS)
LOCAL_MODULE := libcommon_time_client
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := cc_helper.cpp \
local_clock.cpp \
ICommonClock.cpp \
ICommonTimeConfig.cpp \
utils.cpp
LOCAL_SHARED_LIBRARIES := libbinder \
libhardware \
libutils \
liblog
include $(BUILD_SHARED_LIBRARY)