summaryrefslogtreecommitdiff
path: root/thermal
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-02-24 19:08:21 +0900
committerJiyong Park <jiyong@google.com>2017-02-27 13:11:51 +0900
commit227880167f627cfba1115cbe16be81e5e1d6eec6 (patch)
treef5cb59aed22e2d6b9cea49632f0e913d91acbb00 /thermal
parenta089c9a6b413a4bd53659d717456f52233880a45 (diff)
downloadbullhead-227880167f627cfba1115cbe16be81e5e1d6eec6.tar.gz
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: Ief76c89cf8c4e308ebe588ea30b00b34157d5265
Diffstat (limited to 'thermal')
-rw-r--r--thermal/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/thermal/Android.mk b/thermal/Android.mk
index 69482db..ea288d4 100644
--- a/thermal/Android.mk
+++ b/thermal/Android.mk
@@ -19,6 +19,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS := -Wno-unused-parameter
LOCAL_MODULE_RELATIVE_PATH := hw
+LOCAL_PROPRIETARY_MODULE := true
LOCAL_SRC_FILES := thermal.c
LOCAL_SHARED_LIBRARIES := liblog libcutils
LOCAL_MODULE_TAGS := optional