summaryrefslogtreecommitdiff
path: root/README.md
blob: a76db172a5113fedb4a58c72842e6eb54a200ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# node/v8 shared library build for Android

This repository contains build scripts, build system fixes and other changes
needed to build node/v8 as a shared library for Android.  Currently we only
build for arm CPUs.

## Build instructions

Run

```
./android-node-v8/taler-android-build/build-android-v8 $NDK $ARCH
./andiroid-node-v8/taler-android-build/build-android-node $NDK $ARCH
```

where `$NDK` is the path to the ndk-bundle in the Android SDK.

where `$ARCH` is the the architecture of the supported devices:

 * arm
 * x86
 * x86_64


This scripts are tested with NDK=19.2.5345600 and ARCH=arm version: