mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
66576b12e8
baking that in as a dependency now by providing the .jar file. Still need to write stub driver in C that calls these location functions through JNI - and still need to gather all semantics for libretro API additions
10 lines
466 B
XML
10 lines
466 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|