OSDN Git Service

Fixing build breakage due to proto compiler change
authorSunny Goyal <sunnygoyal@google.com>
Thu, 10 Nov 2016 00:24:30 +0000 (16:24 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Thu, 10 Nov 2016 00:24:48 +0000 (16:24 -0800)
Change-Id: I5cfc8d42e58ff7836e1946f9a4719254fb1b144b

build.gradle

index 0c00da9..66cba59 100644 (file)
@@ -80,7 +80,7 @@ protobuf {
                 task.builtins {
                     remove java
                     javanano {
-                        option 'ignore_services=false'
+                        option "java_package=launcher_log.proto|com.android.launcher3.userevent.nano"
                     }
                 }
             }