Snap for 9459725 from 0bd7fc993cd26fe55faf98ac1a76f36b597d21c2 to tm-qpr2-release

Change-Id: I16ca1f133ed87ab1f99427e00a0fc7d919fefb11
diff --git a/motiontoollib/build.gradle b/motiontoollib/build.gradle
index 7a75751..2a25184 100644
--- a/motiontoollib/build.gradle
+++ b/motiontoollib/build.gradle
@@ -49,7 +49,7 @@
 protobuf {
     // Configure the protoc executable
     protoc {
-        artifact = "com.google.protobuf:protoc:3.0.0${PROTO_ARCH_SUFFIX}"
+        artifact = "com.google.protobuf:protoc:${protobuf_version}${PROTO_ARCH_SUFFIX}"
         generateProtoTasks {
             all().each { task ->
                 task.builtins {
diff --git a/viewcapturelib/build.gradle b/viewcapturelib/build.gradle
index 8e73cff..7f56819 100644
--- a/viewcapturelib/build.gradle
+++ b/viewcapturelib/build.gradle
@@ -44,7 +44,7 @@
 protobuf {
     // Configure the protoc executable
     protoc {
-        artifact = "com.google.protobuf:protoc:3.0.0${PROTO_ARCH_SUFFIX}"
+        artifact = "com.google.protobuf:protoc:${protobuf_version}${PROTO_ARCH_SUFFIX}"
         generateProtoTasks {
             all().each { task ->
                 task.builtins {