Skip to content
Snippets Groups Projects
Commit 3b12e568 authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan Committed by Gerrit - the friendly Code Review server
Browse files

rmnetcli: Install to /vendor/bin

rmnetcli was incorrectly installed to /vendor, so move it to
/vendor/bin.

CRs-Fixed: 2056634
Change-Id: If74c1d5b088335f6fd576c2598925203ec750f80
parent 14ddab70
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := librmnetctl
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/bin
include $(BUILD_EXECUTABLE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment