summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2020-07-23 20:48:14 -0700
committerEsteban de la Canal <estebandlc@google.com>2020-07-24 21:54:44 -0700
commit206705625a3ae0d8c04b79a07fa44e89af6c18ba (patch)
tree66a40d45c67347e0e2bba3744c4c8e7379660406
parent3378b87151f6e16c47723f8792679ab5c5b6b453 (diff)
downloadsamples-206705625a3ae0d8c04b79a07fa44e89af6c18ba.tar.gz
Adds libraries to use when unbundled from IJ
These CLs add the libraries that point to prebuilts, and add the right dependencies to all modules. Plugins should not be part of the SDK Test: N/A Bug: 156497102 Change-Id: I1fc7f7ac2654eac7c0c20484d0080fae96ca39ce
-rw-r--r--BUILD1
-rw-r--r--google-samples.iml1
2 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 726a079..3ed418d 100644
--- a/BUILD
+++ b/BUILD
@@ -83,6 +83,7 @@ iml_module(
# do not sort: must match IML order
deps = [
"//prebuilts/studio/intellij-sdk:studio-sdk",
+ "//tools/adt/idea/.idea/libraries:unb.studio-plugin-java",
"//tools/adt/idea/.idea/libraries:unb.Guava",
"//tools/adt/idea/android:unb.intellij.android.core[module]",
"//tools/studio/google/cloud/tools/google-login-plugin:unb.google-login-as[module]",
diff --git a/google-samples.iml b/google-samples.iml
index 964e64d..70161be 100644
--- a/google-samples.iml
+++ b/google-samples.iml
@@ -8,6 +8,7 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
+ <orderEntry type="library" name="studio-plugin-java" level="project" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.android.core" />