Merge "Place library in vendor folder on device"
This commit is contained in:
commit
7806145d15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue