summaryrefslogtreecommitdiff
path: root/android-plugin/intellij.android.plugin.iml
diff options
context:
space:
mode:
authorSergey Prigogin <sprigogin@google.com>2020-01-30 11:47:44 -0800
committerSergey Prigogin <sprigogin@google.com>2020-01-31 18:18:06 +0000
commitfdb584395068e31e787bedb25292dacd5b383cb6 (patch)
treed521ddb2dd48d5b8fe3ecacd32139aca5d25a020 /android-plugin/intellij.android.plugin.iml
parentf98b0acea9a07f5518202cfb22a73f818ec13e8c (diff)
downloadidea-fdb584395068e31e787bedb25292dacd5b383cb6.tar.gz
Move Embedded Emulator code to a separate module
Test: not yet Bug: N/A Change-Id: I5060ff38d93e9c01b36688737f424b6847d91a92
Diffstat (limited to 'android-plugin/intellij.android.plugin.iml')
-rw-r--r--android-plugin/intellij.android.plugin.iml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-plugin/intellij.android.plugin.iml b/android-plugin/intellij.android.plugin.iml
index f94c5c85c99..17e392e8cde 100644
--- a/android-plugin/intellij.android.plugin.iml
+++ b/android-plugin/intellij.android.plugin.iml
@@ -8,6 +8,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.android.core" />
+ <orderEntry type="module" module-name="intellij.android.emulator" />
<orderEntry type="module" module-name="intellij.android.sdkUpdates" />
<orderEntry type="module" module-name="intellij.android.designer" />
<orderEntry type="module" module-name="intellij.android.app-inspection.ide" />