summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-07-17 17:09:07 +0900
committerJiyong Park <jiyong@google.com>2017-07-17 17:09:07 +0900
commit0492c375e0a882fa8a3786ed4b62db4afb0d50d5 (patch)
tree603797b5c4814ec6608d8bdffb8948fe3ff6ad86
parent6c5f73328e05e5fb1b12ddfe18e8456b747bb91e (diff)
downloadlibhardware-0492c375e0a882fa8a3786ed4b62db4afb0d50d5.tar.gz
Unmark input.evdev.default from vendor lib
This HAL is using android/input.h which is not available to vendors. Unmark this HAL back to platform lib so that the header is accessible. Note that this does not block our effort of splitting system/vendor builds since this HAL is not used in any Treble-enabled device. Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j input.evdev.default Change-Id: I4f900cb58802bccf8d06f995a4e52c3b450f4799
-rw-r--r--modules/input/evdev/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/input/evdev/Android.mk b/modules/input/evdev/Android.mk
index be4db6bc..9a5d0927 100644
--- a/modules/input/evdev/Android.mk
+++ b/modules/input/evdev/Android.mk
@@ -45,7 +45,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := input.evdev.default
LOCAL_MODULE_RELATIVE_PATH := hw
-LOCAL_PROPRIETARY_MODULE := true
LOCAL_SRC_FILES := \
EvdevModule.cpp