fdroiddata/metadata/com.googlecode.android_scripting.yml
Marcus Hoffmann e592d5f878 add ndk r12b to any buildjni build that doesn't have an ndk
r12b has been forever the default. Let's explicitly request that version
where we know we need it.

Note; there's other builds that still implicitly rely on that version
that don't use the buildjni flag. We don't really have a good way of
finding those, except manually.
2020-11-13 00:36:45 +01:00

56 lines
1.7 KiB
YAML

AntiFeatures:
- UpstreamNonFree
Categories:
- Development
License: Apache-2.0
SourceCode: https://github.com/damonkohler/sl4a
IssueTracker: https://github.com/damonkohler/sl4a/issues
AutoName: SL4A
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.
RepoType: git
Repo: https://github.com/damonkohler/sl4a.git
Builds:
- versionName: 6x03
versionCode: 603
disable: wip - srclib location issue
commit: dcfa832f80
subdir: android/ScriptingLayerForAndroid
srclibs:
- NoAnalytics@158a4a
rm:
- android/ScriptForAndroidTemplate
- android/PythonForAndroid
- android/Common/libs/libGoogleAnalytics.jar
- android/ScriptForAndroidTemplate/libs/libGoogleAnalytics.jar
- lua
- python
- python-build
- python-modules
- rhino
- beanshell
- perl
prebuild: echo "source.dir=src;../Common/src;../BluetoothFacade/src;../InterpreterForAndroid/src;../SignalStrengthFacade/src;../TextToSpeechFacade/src;../Utils/src;../WebCamFacade/src;$$NoAnalytics$$"
> ant.properties
androidupdate:
- .
- ../QuickAction
scanignore:
- android/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java
buildjni:
- yes
ndk: r12b
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 6x03
CurrentVersionCode: 603