Skip to content

Commit

Permalink
The minimum required API level for 64-bit builds is 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
superjohan committed Jan 22, 2018
1 parent 7f1c832 commit 7d9c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/config_android.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#-----------------------------------------------------------------------
def build_node_js(config):
return [
"""android-gcc-toolchain $ARCH --api 17 --host gcc-lpthread -C \
"""android-gcc-toolchain $ARCH --api 21 --host gcc-lpthread -C \
sh -c \" \\
cd ./node; \\
./configure \\
Expand Down

0 comments on commit 7d9c456

Please sign in to comment.