Move thermal HAL to vendor partition

In order to build generic system image that is agnostic to SoC or
device, HALs should be moved from system partition to vendor
partition.

Bug: 34826389, 35743509
Test: build & run and check whether the HAL is loaded from
/vendor/lib[64]/hw.
$ su; lsof | grep thermal.

Change-Id: Ia2bb060590f31688528de4a3b9b9ab8fbd376b6c
This commit is contained in:
Jiyong Park 2017-02-24 19:09:19 +09:00
parent c222f7f6f2
commit 5067fe1a19

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