d8607fa65a
This reverts commit e3eec8eb55
.
14 lines
288 B
Makefile
14 lines
288 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libpower_feature.gts3l
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_VENDOR_MODULE := true
|
|
|
|
LOCAL_SRC_FILES := power-feature.c
|
|
|
|
LOCAL_HEADER_LIBRARIES := libhardware_headers qti_powerhal_headers
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|