summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/.classpath
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-10-27 18:22:03 -0700
committerXavier Ducrohet <xav@android.com>2010-10-27 18:22:03 -0700
commit65dc3974a116fecefd2273fac1fd5127c02b2cd9 (patch)
tree4f7c32f5f985d69772ce7b7df39a3cf7e6fbf5ed /tools/layoutlib/bridge/.classpath
parent5e7ed8da0d990cbc55071d16b5db270231ff0c89 (diff)
downloadframeworks_base-65dc3974a116fecefd2273fac1fd5127c02b2cd9.zip
frameworks_base-65dc3974a116fecefd2273fac1fd5127c02b2cd9.tar.gz
frameworks_base-65dc3974a116fecefd2273fac1fd5127c02b2cd9.tar.bz2
Fix the layoutlib_bridge .classpath to not use the full layoutlib
Instead this uses the actual output of layoutlib_create, which is all the modified classes before the content of the bridge is added to form layoutlib. Change-Id: I22755f38800cd69206834ff9594a99cb0c1d2139
Diffstat (limited to 'tools/layoutlib/bridge/.classpath')
-rw-r--r--tools/layoutlib/bridge/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/.classpath b/tools/layoutlib/bridge/.classpath
index d3bcb6c..aeeffa6 100644
--- a/tools/layoutlib/bridge/.classpath
+++ b/tools/layoutlib/bridge/.classpath
@@ -6,7 +6,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/layoutlib_api/layoutlib_api-prebuilt.jar"/>
<classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_SRC/dalvik/libcore/xml/src/main/java"/>
- <classpathentry kind="var" path="ANDROID_PLAT_OUT_FRAMEWORK/layoutlib.jar" sourcepath="/ANDROID_PLAT_SRC/frameworks/base"/>
<classpathentry kind="var" path="ANDROID_OUT_FRAMEWORK/ninepatch.jar" sourcepath="/ANDROID_SRC/development/tools/ninepatch/src"/>
+ <classpathentry kind="var" path="ANDROID_PLAT_SRC/out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar" sourcepath="/ANDROID_PLAT_SRC/frameworks/base"/>
<classpathentry kind="output" path="bin"/>
</classpath>