rmnetctl: Generate modules in vendor

Support generation in vendor

CRs-Fixed: 2037752
Change-Id: I315ab29be5f9abdf7a0948bc6642d70617b35122
This commit is contained in:
Subash Abhinov Kasiviswanathan
2017-04-05 13:27:29 -06:00
committed by Gerrit - the friendly Code Review server
parent bdd99e75ea
commit 14ddab7059
2 changed files with 6 additions and 0 deletions

View File

@@ -13,4 +13,7 @@ LOCAL_MODULE := rmnetcli
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := librmnetctl
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)
include $(BUILD_EXECUTABLE)

View File

@@ -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)