Home | History | Annotate | Download | only in sl4a

Lines Matching full:sl4a

5 Originally authored by Damon Kohler, Scripting Layer for Android, SL4A, is an automation toolset
10 Due to its inclusion in AOSP as a privileged app, building SL4A requires a system build.
22 Then Build SL4A:
24 cd <ANDROID_SOURCE_ROOT>/external/sl4a
27 ### Adding SL4A Builds to Android Builds by Default
32 2) Modify the buildspec to build SL4A as a custom module by editing
33 the line '#CUSTOM_MODULES:=' to 'CUSTOM_MODULES:=sl4a':
35 sed -i 's/#CUSTOM_MODULES:=/CUSTOM_MODULES:=sl4a/' <ANDROID_SOURCE_ROOT>/buildspec.mk
40 adb install -r <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/data/app/sl4a/sl4a.apk
43 a) SL4A may be launched from Android as a normal App; or
53 From SL4A source directory run this command:
58 contains which RPC functions are available in SL4A as well as documentation