Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbe8a0fe authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

LayoutLib: Reference android's junit in intellij project.

Prevents errors due to mismatch in junit version.

Change-Id: I2adf32efb16472aa5f5e51025b6bb75afc76a8b4
parent c14893bf
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="junit">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/../../../../out/host/common/obj/JAVA_LIBRARIES/junit_intermediates/javalib.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES>
      <root url="file://$PROJECT_DIR$/../../../../external/junit/src" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  <configuration default="false" name="Create" type="Application" factoryName="Application" singleton="true">
    <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
    <option name="MAIN_CLASS_NAME" value="com.android.tools.layoutlib.create.Main" />
    <option name="VM_PARAMETERS" value="" />
    <option name="VM_PARAMETERS" value="-ea" />
    <option name="PROGRAM_PARAMETERS" value="out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates/classes.jar out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar out/target/common/obj/JAVA_LIBRARIES/icu4j-icudata-jarjar_intermediates/classes.jar out/target/common/obj/JAVA_LIBRARIES/icu4j-icutzdata-jarjar_intermediates/classes.jar out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/javalib.jar" />
    <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$/../../../../" />
    <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
+1 −1
Original line number Diff line number Diff line
@@ -84,6 +84,6 @@
        </SOURCES>
      </library>
    </orderEntry>
    <orderEntry type="library" scope="TEST" name="JUnit4" level="application" />
    <orderEntry type="library" scope="TEST" name="junit" level="project" />
  </component>
</module>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@
        </SOURCES>
      </library>
    </orderEntry>
    <orderEntry type="library" scope="TEST" name="JUnit4" level="application" />
    <orderEntry type="library" scope="TEST" name="junit" level="project" />
  </component>
</module>
 No newline at end of file