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

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

Add missing delegates for M preview.

- Remove ICU dependency (use the version bundled with platform).
- Restructure intelliJ project to move dependencies to module.
- Minor fixes to layoutlib tests.

TODO:
- Load ICU data.
- Hyphenator doesn't work.
- High quality line breaker not present.

Change-Id: I965e096e17bfc97ee995a649c3f4f6f64bb4f70d
parent a12ec8f1
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="asm-4.0">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/../../../../prebuilts/misc/common/asm/asm-4.0.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES>
      <root url="jar://$PROJECT_DIR$/../../../../prebuilts/misc/common/asm/src.zip!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −13
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="framework.jar">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/../../../../out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES>
      <root url="file://$PROJECT_DIR$/../../core/java" />
      <root url="file://$PROJECT_DIR$/../../graphics/java" />
      <root url="file://$PROJECT_DIR$/../../../../libcore/luni/src/main/java" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −11
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="guava">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/../../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/guava-15.0.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES>
      <root url="jar://$PROJECT_DIR$/../../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/guava-15.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −11
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="icu4j">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/../../../../prebuilts/misc/common/icu4j/icu4j.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="http://icu-project.org/apiref/icu4j50rc/" />
    </JAVADOC>
    <SOURCES />
  </library>
</component>
 No newline at end of file
+0 −11
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="kxml2-2.3.0">
    <CLASSES>
      <root url="jar://$PROJECT_DIR$/../../../../prebuilts/misc/common/kxml2/kxml2-2.3.0.jar!/" />
    </CLASSES>
    <JAVADOC />
    <SOURCES>
      <root url="file://$PROJECT_DIR$/../../../../libcore/xml/src/main/java" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
Loading