Merge "Move thermal HAL to vendor partition"

This commit is contained in:
Jiyong Park 2017-02-27 04:14:11 +00:00 committed by Android (Google) Code Review
commit 5293c5b05d

View file

@ -18,6 +18,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := thermal.default
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_PROPRIETARY_MODULE := true
LOCAL_SRC_FILES := thermal.c
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_MODULE_TAGS := optional