klte-common: CameraWrapper: Move module to vendor

* Use LOCAL_MODULE_RELATIVE_PATH as well

Change-Id: I20c7f8b772ade2466dcb2ea7a8b23a07e8d60568
This commit is contained in:
Bruno Martins 2017-10-04 13:10:51 +01:00 committed by Kevin F. Haggerty
parent d191dea121
commit a79e72b246
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ LOCAL_SHARED_LIBRARIES := \
android.hidl.token@1.0-utils \
android.hardware.graphics.bufferqueue@1.0
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM)
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE_TAGS := optional
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_SHARED_LIBRARY)