summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Dahlstrom <dahlstrom@google.com>2018-04-13 17:37:03 -0700
committerDana Dahlstrom <dahlstrom@google.com>2018-04-13 17:56:34 -0700
commit6f3a6f911b18edfd2ac96a14550e915e8f2a1bc6 (patch)
tree63a699eafc9313eb4a5d1481c254fc313abe195c
parent2e38047a204ce98e8bb10c3ea08679c78f8ad2d5 (diff)
downloadsamples-6f3a6f911b18edfd2ac96a14550e915e8f2a1bc6.tar.gz
Rename module intellij.{android => android.core}
… and intellij.{android => android.core}.tests. Change-Id: I38f8f8c9115c9f1fea45cbffd37a2ed7d6db79ac
-rw-r--r--BUILD2
-rw-r--r--google-samples.iml2
2 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 406dfa4..0061392 100644
--- a/BUILD
+++ b/BUILD
@@ -19,7 +19,7 @@ iml_module(
# do not sort: must match IML order
deps = [
"//tools/idea/.idea/libraries:Guava",
- "//tools/adt/idea/android:intellij.android[module]",
+ "//tools/adt/idea/android:intellij.android.core[module]",
"//tools/idea/platform/extensions:intellij.platform.extensions[module]",
"//tools/idea/platform/annotations:intellij.platform.annotations.java5[module]",
"//tools/idea/.idea/libraries:JUnit4[test]",
diff --git a/google-samples.iml b/google-samples.iml
index 90863ae..ad7041f 100644
--- a/google-samples.iml
+++ b/google-samples.iml
@@ -10,7 +10,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Guava" level="project" />
- <orderEntry type="module" module-name="intellij.android" />
+ <orderEntry type="module" module-name="intellij.android.core" />
<orderEntry type="module" module-name="intellij.platform.extensions" />
<orderEntry type="module" module-name="intellij.platform.annotations.java5" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />