rmnetcli: Install to /vendor/bin
rmnetcli was incorrectly installed to /vendor, so move it to /vendor/bin. CRs-Fixed: 2056634 Change-Id: If74c1d5b088335f6fd576c2598925203ec750f80
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
14ddab7059
commit
3b12e5683c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user