summaryrefslogtreecommitdiff
path: root/android/intellij.android.core.iml
diff options
context:
space:
mode:
authorMike Moroney <mmoro@google.com>2020-08-31 18:33:51 -0700
committerMike Moroney <mmoro@google.com>2020-09-14 22:24:32 +0000
commit5a0a98fb1a19bbbba6362d7a05b03968ce3e9c98 (patch)
tree6034857de17645b5172008996c4c4aa51a736033 /android/intellij.android.core.iml
parent92ad9a2be8d65af8379c5a8c5a83553b868d1335 (diff)
downloadidea-5a0a98fb1a19bbbba6362d7a05b03968ce3e9c98.tar.gz
Add proto library for server flags
Also added a skeleton for ServerFlagServiceImpl to verify that we can reference ServerFlag from the proto library. Bug: 166288256 Test: None Change-Id: I68fc6f73e1546859a2429b9593349ab4d1bfd494
Diffstat (limited to 'android/intellij.android.core.iml')
-rwxr-xr-xandroid/intellij.android.core.iml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/intellij.android.core.iml b/android/intellij.android.core.iml
index eb9d29c5548..5f3df400471 100755
--- a/android/intellij.android.core.iml
+++ b/android/intellij.android.core.iml
@@ -195,5 +195,14 @@
<orderEntry type="library" name="xml-apis" level="project" />
<orderEntry type="module" module-name="intellij.webp" />
<orderEntry type="library" name="ini4j" level="project" />
+ <orderEntry type="module-library">
+ <library name="android-core-proto">
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/../../../../bazel-bin/tools/adt/idea/android/libandroid-core-proto.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
</module> \ No newline at end of file