diff options
Diffstat (limited to 'tools/layoutlib/create/.classpath')
-rw-r--r-- | tools/layoutlib/create/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/create/.classpath b/tools/layoutlib/create/.classpath index 734ebdc..dbc4cfd 100644 --- a/tools/layoutlib/create/.classpath +++ b/tools/layoutlib/create/.classpath @@ -4,6 +4,6 @@ <classpathentry excluding="mock_android/" kind="src" path="tests"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/asm/asm-4.0.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/asm-tools/asm-4.0.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |