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:
committed by
therootlord
parent
0c2cfa21f8
commit
aca125ce08
9
thermal-engine/Android.mk
Normal file
9
thermal-engine/Android.mk
Normal 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)
|
||||
Reference in New Issue
Block a user