diff options
| author | 2012-04-23 17:41:37 -0700 | |
|---|---|---|
| committer | 2012-04-23 17:41:37 -0700 | |
| commit | cb092e2b7fa46477651c8b8733d50307b0de9d6d (patch) | |
| tree | c021b1e8481f91b00c2f34230abbc84bf41d1c37 /tools/layoutlib/create | |
| parent | a8d6ddee98e09a68030f4226b94f631e3b4c83c1 (diff) | |
Fix Paint_Delegate with missing native method.
Change-Id: I39638dcb323fdd1ec3cb58dcad05757145d09026
Diffstat (limited to 'tools/layoutlib/create')
| -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 734ebdc742b6..dbc4cfd392a7 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> |