diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-06-25 08:54:21 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-06-25 08:54:21 +0200 |
commit | bc7ff53eab7341035d5128999576b5987eb2bbe8 (patch) | |
tree | 1f3ff1b6b8c74d0d3a2d920164c60c320838fce4 /android | |
parent | 388014567fae75c9324d861986bd8e02a74301ba (diff) | |
download | rockbox-bc7ff53eab7341035d5128999576b5987eb2bbe8.tar.gz rockbox-bc7ff53eab7341035d5128999576b5987eb2bbe8.tar.bz2 rockbox-bc7ff53eab7341035d5128999576b5987eb2bbe8.zip |
wpsbuild.pl: Fix FS#12706 - paths for backdrops and icons were not properly constructed.
Change-Id: I90b92241501f61e6b1de5305ff6482a9ddbdf722
Diffstat (limited to 'android')
-rw-r--r-- | android/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/.classpath b/android/.classpath index 1b4b1eed7e..0ca188f976 100644 --- a/android/.classpath +++ b/android/.classpath @@ -3,5 +3,6 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |