Skip to content

Commit bc0ee06

Browse files
TrottMyles Borins
authored and
Myles Borins
committed
doc: note about Android support
PR-URL: #6040 Refs: #6035 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent fbc99ba commit bc0ee06

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

BUILDING.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,14 @@ To test if Node.js was built correctly:
8787
$ node -e "console.log('Hello from Node.js ' + process.version)"
8888
```
8989

90-
### Android / Android based devices, aka. Firefox OS
90+
### Android / Android-based devices (e.g., Firefox OS)
91+
92+
Although these instructions for building on Android are provided, please note
93+
that Android is not an officially supported platform at this time. Patches to
94+
improve the Android build are accepted. However, there is no testing on Android
95+
in the current continuous integration environment. The participation of people
96+
dedicated and determined to improve Android building, testing, and support is
97+
encouraged.
9198

9299
Be sure you have downloaded and extracted [Android NDK]
93100
(https://developer.android.com/tools/sdk/ndk/index.html)

0 commit comments

Comments
 (0)