android_mt6572_jiabo/frameworks/av/media/common_time/Android.mk
2025-09-05 16:56:03 +08:00

24 lines
635 B
Makefile

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
LOCAL_CFLAGS := -Wall -Werror
include $(BUILD_SHARED_LIBRARY)