Add thermal client library header. This header can be used to query and change thermal config. Change-Id: Ib597c79c13fc91f1145456d717900f4ed4f1fc46
10 lines
158 B
Makefile
10 lines
158 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE:=thermal-engine
|
|
|
|
LOCAL_EXPORT_C_INCLUDE_DIRS:=$(LOCAL_PATH)
|
|
|
|
include $(BUILD_HEADER_LIBRARY)
|