echo"This script is used to generate the Mainline modules backed-by NDK symbols."
echo""
echo"To run this script use: ./ndk_backedby_module.sh \$BINARY_IMAGE_DIRECTORY\$OUTPUT_FILE_PATH \$NDK_LIB_NAME_LIST"
echo"For example: If all the module image files that you would like to run is under directory '/myModule' and output write to /backedby.txt then the command would be:"
echo"Wrong argument length. Expecting at least 2 argument representing output path, path to ndk library list, followed by a list of libraries in the Mainline module."