Files
android_development/tools/idegen/idegen.iml
Xiaohui Chen 27639ae3db intellij-gen: fix framework dependencies
FrameworkModule has special case dependencies generation.  It is
currently missing some.  This cl fixes that and also fixed an edge case
when finding src directories.

Change-Id: I1593d92530715f3bbc8683cc32164fde4a29f0d8
2015-04-06 14:19:13 -07:00

20 lines
728 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<content url="file://$MODULE_DIR$/../../../out/target/common/obj/APPS/idegen_intermediates/src">
<sourceFolder url="file://$MODULE_DIR$/../../../out/target/common/obj/APPS/idegen_intermediates/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="guava" />
</component>
</module>