- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for system (0.48 sec)
-
src/android/test/interop/app/build.gradle
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { // The paths to the protoc and grpc_cpp_plugin binaries on the host system (codegen // is not cross-compiled to Android) def protoc = project.hasProperty('protoc') ? project.property('protoc') : '/usr/local/bin/protoc'
Plain Text - Registered: 2022-05-17 20:15 - Last Modified: 2021-11-06 02:04 - 2.1K bytes - Viewed (0) -
examples/android/helloworld/app/build.gradle
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { // The paths to the protoc and grpc_cpp_plugin binaries on the host system (codegen // is not cross-compiled to Android) def protoc = project.hasProperty('protoc') ? project.property('protoc') : '/usr/local/bin/protoc'
Plain Text - Registered: 2022-08-09 20:15 - Last Modified: 2021-11-06 02:04 - 2.1K bytes - Viewed (0)