File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,19 @@ This project is based on [facebook/android-jsc](https://github.com/facebook/andr
8
8
9
9
## Requirements
10
10
11
+ You can try the provided Docker image.
12
+ To use it prefix each command with ` docker run -vLOCAL_WORKDIR_PATH:/bitrise/src --rm swmansion/jsc-android-buildscripts ` .
13
+
11
14
## Build instructions
12
15
13
- 1 . ./fetch_sources.sh
14
- 2 . ./icu-prep.sh
15
- 3 . JSC_ARCH=arm ./toolchain.sh
16
- 4 . JSC_ARCH=arm ./icu.sh
17
- 5 . ./jsc-prep.sh
18
- 6 . JSC_ARCH=arm ./jsc.sh
16
+ 1 . ` git clone https://github.com/SoftwareMansion/jsc-android-buildscripts.git . `
17
+ 2 . ` ./fetch_sources.sh `
18
+ 3 . ` ./icu-prep.sh `
19
+ 4 . ` ./jsc-prep.sh `
20
+ 5 . ` ./all.sh `
21
+ 6 . ` ./gradlew installArchives ` (add ` -w /bitrise/src/lib ` to ` docker run ` args)
22
+
23
+ The maven repo containing android-jsc aar will be available at ` LOCAL_WORKDIR_PATH/lib/android ` .
19
24
20
25
## Distribution
21
26
You can’t perform that action at this time.
0 commit comments