diff options
| author | 2016-12-09 14:55:14 +0000 | |
|---|---|---|
| committer | 2016-12-09 14:55:14 +0000 | |
| commit | 41bcee32fec03e8c745d726e80feef8227a80dab (patch) | |
| tree | b1320d83d4f935b24030d26644ee06eb08684d08 | |
| parent | d81a26353e5535c4f57452d8b487c2e7a2b4c33e (diff) | |
Fix path to JUnit jar for IDEA module in layoutlib
Necessary after change in makefiles from AOSP commits 21cf84f8b3
and 4a064d2010.
Test: Run layoutlib tests from IDEA
Change-Id: I7359c5f41726972c45ff99f34ed5ecb036946034
| -rw-r--r-- | tools/layoutlib/.idea/libraries/junit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/.idea/libraries/junit.xml b/tools/layoutlib/.idea/libraries/junit.xml index c889f5ff6c97..ba46ebff7d16 100644 --- a/tools/layoutlib/.idea/libraries/junit.xml +++ b/tools/layoutlib/.idea/libraries/junit.xml @@ -1,7 +1,7 @@ <component name="libraryTable"> <library name="junit"> <CLASSES> - <root url="jar://$PROJECT_DIR$/../../../../out/host/common/obj/JAVA_LIBRARIES/junit_intermediates/javalib.jar!/" /> + <root url="jar://$PROJECT_DIR$/../../../../out/host/common/obj/JAVA_LIBRARIES/junit-host_intermediates/javalib.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> |