Some further progress on SL4A, and migrated to new git repo
This commit is contained in:
parent
77d0e7bf19
commit
9457ebe608
|
@ -5,22 +5,28 @@ Source Code:http://code.google.com/p/android-scripting/source/browse
|
|||
Issue Tracker:http://code.google.com/p/android-scripting/issues/list
|
||||
Donate:
|
||||
|
||||
Summary:Scripting layer for Android
|
||||
Summary:Script interpreter
|
||||
Description:
|
||||
Scripting Layer for Android (SL4A) brings scripting languages to Android
|
||||
by allowing you to edit and execute scripts and interactive interpreters
|
||||
directly on the Android device. These scripts have access to many of the
|
||||
APIs available to full-fledged Android applications, but with a greatly
|
||||
simplified interface that makes it easy to get things done.
|
||||
|
||||
SL4A is designed for developers and is alpha quality software.
|
||||
.
|
||||
|
||||
Repo Type:srclib
|
||||
Repo:SL4A
|
||||
Repo Type:git
|
||||
Repo:https://github.com/damonkohler/sl4a.git
|
||||
|
||||
# dex class loaders
|
||||
Build Version:6,600,!WIP at 46da9687be62,subdir=ScriptingLayerForAndroid,\
|
||||
update=.;../QuickAction,scanignore=build/com.googlecode.android_scripting,\
|
||||
Build Version:6x03,603,!Prebuilt binaries at dcfa832f80,subdir=android/ScriptingLayerForAndroid,\
|
||||
update=.;../QuickAction,\
|
||||
rm=android/Common/libs/libGoogleAnalytics.jar;android/ScriptForAndroidTemplate/libs/libGoogleAnalytics.jar,\
|
||||
scanignore=android/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java,\
|
||||
srclibs=NoAnalytics@158a4a,prebuild=\
|
||||
echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties && \
|
||||
rm -f ../Common/libs/libGoogleAnalytics.jar libs/libGoogleAnalytics.jar \
|
||||
../ScriptForAndroidTemplate/libs/libGoogleAnalytics.jar && \
|
||||
echo "source.dir=src;../Common/src;../BluetoothFacade/src;\
|
||||
../InterpreterForAndroid/src;../SignalStrengthFacade/src;../TextToSpeechFacade/src;\
|
||||
../Utils/src;../WebCamFacade/src" > ant.properties,buildjni=yes
|
||||
|
||||
Update Check Mode:Static
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue