Skip to content

Commit

Permalink
klte-common: CameraWrapper: Move module to vendor
Browse files Browse the repository at this point in the history
 * Use LOCAL_MODULE_RELATIVE_PATH as well

Change-Id: I20c7f8b772ade2466dcb2ea7a8b23a07e8d60568
  • Loading branch information
bgcngm authored and haggertk committed Nov 3, 2017
1 parent d191dea commit a79e72b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion camera/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a79e72b

Please sign in to comment.