HomeSort by relevance Sort by last modified time
    Searched refs:LIBPROTOC (Results 1 - 2 of 2) sorted by null

  /external/nanopb-c/tools/
make_linux_package.sh 33 LIBPROTOC=$(ldd `which protoc` | grep -o '/.*libprotoc[^ ]*')
34 cp $LIBPROTOC $DEST/generator-bin/
make_mac_package.sh 35 LIBPROTOC=$(otool -L `which protoc` | grep -o '/.*libprotoc[^ ]*')
37 cp $LIBPROTOC $LIBPROTOBUF $DEST/generator-bin/

Completed in 55 milliseconds