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

rmnetctl: Generate modules in vendor

Support generation in vendor

CRs-Fixed: 2037752
Change-Id: I315ab29be5f9abdf7a0948bc6642d70617b35122
parent bdd99e75
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,7 @@ LOCAL_MODULE := rmnetcli
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := librmnetctl
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)
include $(BUILD_EXECUTABLE)
......@@ -17,4 +17,7 @@ LOCAL_MODULE := librmnetctl
LOCAL_MODULE_TAGS := optional
LOCAL_PRELINK_MODULE := false
LOCAL_MODULE_PATH_32 := $(TARGET_OUT_VENDOR)/lib
LOCAL_MODULE_PATH_64 := $(TARGET_OUT_VENDOR)/lib64
include $(BUILD_SHARED_LIBRARY)
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