summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2013-08-20 15:41:11 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2013-08-20 15:41:11 -0500
commit0521b6aa691e905548bcc278ff62c3d1ea41906f (patch)
tree28a78526724791ebdf60a3d93350da821e3a0ad8 /Source/Android
parent8de32505505e521dd1e518c2c88d6a8298397331 (diff)
[Android] Hopefully fix buildbot's ant build.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/custom_rules.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/custom_rules.xml b/Source/Android/custom_rules.xml
index e06de68e57..c19d48e25f 100644
--- a/Source/Android/custom_rules.xml
+++ b/Source/Android/custom_rules.xml
@@ -8,7 +8,7 @@
<copy todir="${jar.libs.dir}/armeabi-v7a">
<fileset
dir="../../libs/armeabi-v7a"
- includes="libdolphin-emu-nogui.so" />
+ includes="libmain.so" />
</copy>
</target>
<target name="clean" depends="android_rules.clean">