thermal-engine: Add thermal client library header

Add thermal client library header. This header can be used to query and change thermal config.

Change-Id: Ib597c79c13fc91f1145456d717900f4ed4f1fc46
This commit is contained in:
Ram Chandrasekar
2017-12-09 18:34:00 +01:00
committed by therootlord
parent 0c2cfa21f8
commit aca125ce08
2 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE:=thermal-engine
LOCAL_EXPORT_C_INCLUDE_DIRS:=$(LOCAL_PATH)
include $(BUILD_HEADER_LIBRARY)