fdroiddata/metadata/com.googlecode.android_scripting.txt
David Black 2e8dd37eb4 Big cleanup. "Disabled:" is now only used for apps that were once in repo and
probably never will be again. Useful recipes (those that build but can't
be included due to non-commercial licence, Google Maps use etc.) have their builds disabled
with a "!". OSMdroid is one exception: it may be useful but is still
Disabled. Ones that don't build and can never been included or are
of no use have been deleted. Also OTPDroid build has been enabled.
2013-02-14 20:18:11 +00:00

26 lines
1.1 KiB
Plaintext

Category:Development
License:Apache2
Web Site:http://code.google.com/p/android-scripting
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
Description:
.
Repo Type:srclib
Repo:SL4A:android
#Dexclass loaders and build errors; wiki says import all the projects but I think these should do
Build Version:6,600,!build problems 46da9687be62,subdir=ScriptingLayerForAndroid,update=.;../QuickAction,\
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 && \
cp -r ../Common/src/* src/ && cp ../Common/libs/* libs/ && \
cp -r ../BluetoothFacade/src/* src/ && cp -r ../InterpreterForAndroid/src/* src/ && \
cp -r ../SignalStrengthFacade/src/* src/ && cp -r ../TextToSpeechFacade/src/* src/ && \
cp -r ../Utils/src/* src/ && cp -r ../WebCamFacade/src/* src/,buildjni=yes