Merge "Place library in vendor folder on device"

This commit is contained in:
Linux Build Service Account 2014-02-26 10:06:55 -08:00 committed by Gerrit - the friendly Code Review server
commit 7806145d15
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,8 @@ ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_SHARED_LIBRARIES)
sourceFiles := \
cryptfs_hw.c
@ -18,7 +20,6 @@ LOCAL_MODULE:= libcryptfs_hw
LOCAL_SHARED_LIBRARIES := $(commonSharedLibraries)
LOCAL_MODULE_OWNER := qcom
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_SHARED_LIBRARY)
endif