summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2021-02-05 16:43:09 -0800
committerEsteban de la Canal <estebandlc@google.com>2021-02-05 16:43:09 -0800
commit71f3131de479289ded6aafab1de050b66ece3f1a (patch)
tree64fcc03599bb8c7b1ef7844e037d718e4dcb485c
parent8a297d1274bc6baf40dd953ce08ac79c6e4174dd (diff)
downloadappindexing-71f3131de479289ded6aafab1de050b66ece3f1a.tar.gz
Remove protobuf library
This library is provided by the IntelliJ platform, and we should not be using our own. Test: existing tests should cover this Bug: 179064916 Change-Id: I192b7bd4cafccd5465b68659016dcf3317039f1b
-rw-r--r--BUILD1
-rw-r--r--google-appindexing.iml1
2 files changed, 0 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 2ea346c..d3a61b4 100644
--- a/BUILD
+++ b/BUILD
@@ -27,7 +27,6 @@ iml_module(
"//tools/adt/idea/android-common:intellij.android.common[module]",
"//tools/adt/idea/android-adb:intellij.android.adb[module]",
"//tools/adt/idea/assistant[module]",
- "//tools/adt/idea/.idea/libraries:protobuf",
"//tools/adt/idea/.idea/libraries:studio-analytics-proto",
"//tools/adt/idea/deploy:intellij.android.deploy[module]",
"//tools/adt/idea/gradle-dsl:intellij.android.gradle.dsl[module]",
diff --git a/google-appindexing.iml b/google-appindexing.iml
index a6cdcf5..bb54435 100644
--- a/google-appindexing.iml
+++ b/google-appindexing.iml
@@ -31,7 +31,6 @@
<orderEntry type="module" module-name="intellij.android.common" />
<orderEntry type="module" module-name="intellij.android.adb" />
<orderEntry type="module" module-name="assistant" />
- <orderEntry type="library" name="protobuf" level="project" />
<orderEntry type="library" name="studio-analytics-proto" level="project" />
<orderEntry type="module" module-name="intellij.android.deploy" />
<orderEntry type="module" module-name="intellij.android.gradle.dsl" />