Name Date Size #Lines LOC

..--

src/main/H25-Apr-2025-3,1472,017

LICENSEH A D25-Apr-20259 KiB155129

README.googleH A D25-Apr-20251 KiB2318

build.gradleH A D25-Apr-20254.5 KiB164141

gradle.propertiesH A D25-Apr-2025259 76

README.google

1URL: https://android.googlesource.com/platform/external/sl4a/+archive/f0a094f3709187319222e64d8434f168ad8ffac9.tar.gz
2Version: f0a094f3709187319222e64d8434f168ad8ffac9
3License: Apache 2.0
4License File: LICENSE
5
6Description:
7Originally authored by Damon Kohler, Scripting Layer for Android, SL4A, is an
8automation toolset for calling Android APIs in a platform-independent manner. It
9supports both remote automation via ADB as well as execution of scripts from
10on-device via a series of lightweight translation layers.
11
12This version of sl4a is heavily modified to act as an RPC library for
13third-party facades (called code snippets). It no longer has much in common with
14the original sl4a project.
15
16
17Local Modifications:
18- LICENSE file has been created for compliance purposes. Not included in
19  original distribution.
20- This version of sl4a has been extensively refactored to remove all Android
21  facades and scripting interpreters. Only the RPC layer and facade registration
22  engine remain. This is to facilitate its use as a library in user projects.
23