summaryrefslogtreecommitdiff
path: root/layoutlib-loader/intellij.android.layoutlib-loader.iml
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2021-02-17 12:06:49 -0800
committerEsteban de la Canal <estebandlc@google.com>2021-02-18 19:53:24 +0000
commit55edf715740cf673bf8d9ba7d1f5d7c6b3f4403a (patch)
tree56a0a5402035c42882d8a7d800ffef335e64249c /layoutlib-loader/intellij.android.layoutlib-loader.iml
parentb06ea5a1ba9f15bfcce3e2b6ff117d550aec2353 (diff)
downloadidea-55edf715740cf673bf8d9ba7d1f5d7c6b3f4403a.tar.gz
Make layoutlib a project level library
Removes duplication across modules Test: no functional changes Bug: 179064916 Change-Id: Ia3c041060212e296fba46de63052657f14a95d9e
Diffstat (limited to 'layoutlib-loader/intellij.android.layoutlib-loader.iml')
-rw-r--r--layoutlib-loader/intellij.android.layoutlib-loader.iml10
1 files changed, 1 insertions, 9 deletions
diff --git a/layoutlib-loader/intellij.android.layoutlib-loader.iml b/layoutlib-loader/intellij.android.layoutlib-loader.iml
index 4efa02e3309..d5ef9d0d9fd 100644
--- a/layoutlib-loader/intellij.android.layoutlib-loader.iml
+++ b/layoutlib-loader/intellij.android.layoutlib-loader.iml
@@ -12,14 +12,6 @@
<orderEntry type="module" module-name="android.sdktools.sdk-common" />
<orderEntry type="module" module-name="intellij.android.common" />
<orderEntry type="module" module-name="android.sdktools.layoutlib-api" />
- <orderEntry type="module-library" scope="PROVIDED">
- <library name="layoutlib">
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../../../prebuilts/studio/layoutlib/data/layoutlib.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
+ <orderEntry type="library" scope="PROVIDED" name="layoutlib" level="project" />
</component>
</module> \ No newline at end of file