android_mt6572_jiabo/frameworks/native/services/powermanager/Android.mk
2025-09-05 16:56:03 +08:00

19 lines
366 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
IPowerManager.cpp
LOCAL_SHARED_LIBRARIES := \
libutils \
libbinder
LOCAL_MODULE:= libpowermanager
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/../../include
include $(BUILD_SHARED_LIBRARY)