Deepanshu Gupta | 86eb8b4 | 2014-07-31 11:32:25 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <module type="JAVA_MODULE" version="4"> |
| 3 | <component name="NewModuleRootManager" inherit-compiler-output="true"> |
| 4 | <exclude-output /> |
| 5 | <content url="file://$MODULE_DIR$"> |
| 6 | <sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" /> |
| 7 | <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> |
| 8 | <sourceFolder url="file://$MODULE_DIR$/tests/res" type="java-test-resource" /> |
| 9 | <sourceFolder url="file://$MODULE_DIR$/tests/src" isTestSource="true" /> |
| 10 | <excludeFolder url="file://$MODULE_DIR$/.settings" /> |
| 11 | <excludeFolder url="file://$MODULE_DIR$/bin" /> |
| 12 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/.gradle" /> |
| 13 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/.idea" /> |
| 14 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/generated" /> |
| 15 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/assets" /> |
| 16 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/dependency-cache" /> |
| 17 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/incremental" /> |
| 18 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/libs" /> |
| 19 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/manifests" /> |
| 20 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/res" /> |
| 21 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/rs" /> |
| 22 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/build/intermediates/symbols" /> |
| 23 | <excludeFolder url="file://$MODULE_DIR$/tests/res/testApp/MyApplication/gradle" /> |
| 24 | </content> |
| 25 | <orderEntry type="inheritedJdk" /> |
| 26 | <orderEntry type="sourceFolder" forTests="false" /> |
Deepanshu Gupta | fc41c2c | 2015-05-14 15:12:57 -0700 | [diff] [blame] | 27 | <orderEntry type="library" name="layoutlib_api-prebuilt" level="project" /> |
Deepanshu Gupta | d77b9ed | 2015-05-12 12:01:16 -0700 | [diff] [blame] | 28 | <orderEntry type="module-library"> |
| 29 | <library name="ninepatch-prebuilt"> |
| 30 | <CLASSES> |
| 31 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/misc/common/ninepatch/ninepatch-prebuilt.jar!/" /> |
| 32 | </CLASSES> |
| 33 | <JAVADOC /> |
| 34 | <SOURCES> |
| 35 | <root url="file://$ANDROID_SRC$/tools/base/ninepatch/src/main/java" /> |
| 36 | </SOURCES> |
| 37 | </library> |
| 38 | </orderEntry> |
| 39 | <orderEntry type="module-library"> |
| 40 | <library name="tools-common-prebuilt"> |
| 41 | <ANNOTATIONS> |
| 42 | <root url="file://$MODULE_DIR$/.." /> |
| 43 | </ANNOTATIONS> |
| 44 | <CLASSES> |
| 45 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/misc/common/tools-common/tools-common-prebuilt.jar!/" /> |
| 46 | </CLASSES> |
| 47 | <JAVADOC /> |
| 48 | <SOURCES> |
Deepanshu Gupta | 008e1fb | 2015-07-07 12:24:47 -0700 | [diff] [blame] | 49 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/misc/common/tools-common/tools-common-prebuilt-sources.jar!/" /> |
Deepanshu Gupta | d77b9ed | 2015-05-12 12:01:16 -0700 | [diff] [blame] | 50 | </SOURCES> |
| 51 | </library> |
| 52 | </orderEntry> |
Deepanshu Gupta | fc41c2c | 2015-05-14 15:12:57 -0700 | [diff] [blame] | 53 | <orderEntry type="library" name="framework.jar" level="project" /> |
Deepanshu Gupta | 86eb8b4 | 2014-07-31 11:32:25 -0700 | [diff] [blame] | 54 | <orderEntry type="module-library" scope="TEST"> |
Deepanshu Gupta | d77b9ed | 2015-05-12 12:01:16 -0700 | [diff] [blame] | 55 | <library name="kxml2-2.3.0"> |
| 56 | <CLASSES> |
| 57 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/misc/common/kxml2/kxml2-2.3.0.jar!/" /> |
| 58 | </CLASSES> |
| 59 | <JAVADOC /> |
| 60 | <SOURCES> |
| 61 | <root url="file://$MODULE_DIR$/../../../../../libcore/xml/src/main/java" /> |
| 62 | </SOURCES> |
| 63 | </library> |
| 64 | </orderEntry> |
| 65 | <orderEntry type="module-library" scope="TEST"> |
| 66 | <library name="guava"> |
| 67 | <CLASSES> |
| 68 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/guava-15.0.jar!/" /> |
| 69 | </CLASSES> |
| 70 | <JAVADOC /> |
| 71 | <SOURCES> |
| 72 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/guava-15.0-sources.jar!/" /> |
| 73 | </SOURCES> |
| 74 | </library> |
| 75 | </orderEntry> |
| 76 | <orderEntry type="module-library" scope="TEST"> |
| 77 | <library name="sdk-common"> |
Deepanshu Gupta | 86eb8b4 | 2014-07-31 11:32:25 -0700 | [diff] [blame] | 78 | <CLASSES> |
Deepanshu Gupta | 0774bc4 | 2014-08-25 11:49:02 -0700 | [diff] [blame] | 79 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/misc/common/sdk-common/sdk-common.jar!/" /> |
Deepanshu Gupta | 86eb8b4 | 2014-07-31 11:32:25 -0700 | [diff] [blame] | 80 | </CLASSES> |
| 81 | <JAVADOC /> |
| 82 | <SOURCES> |
Deepanshu Gupta | 0774bc4 | 2014-08-25 11:49:02 -0700 | [diff] [blame] | 83 | <root url="jar://$MODULE_DIR$/../../../../../prebuilts/misc/common/sdk-common/sdk-common-sources.jar!/" /> |
Deepanshu Gupta | 86eb8b4 | 2014-07-31 11:32:25 -0700 | [diff] [blame] | 84 | </SOURCES> |
| 85 | </library> |
| 86 | </orderEntry> |
| 87 | <orderEntry type="library" scope="TEST" name="JUnit4" level="application" /> |
| 88 | </component> |
Deepanshu Gupta | 78af255 | 2015-05-09 13:09:22 -0700 | [diff] [blame] | 89 | </module> |