klte-common: fingerprint: Move device dependent modules to /vendor

Change-Id: I7a28b65a55cf808a01b6defdce1f7ff1f64bc565
This commit is contained in:
Diego Wilson 2017-02-24 17:07:28 -08:00 committed by Kevin F. Haggerty
parent 8450ca7c7d
commit 40b5c1299f
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := fingerprint.msm8974
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
fingerprint.c \
fingerprint_tz.c \
@ -35,5 +35,6 @@ LOCAL_SHARED_LIBRARIES := \
libsqlite
LOCAL_MODULE_TAGS := optional
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_SHARED_LIBRARY)