Lines Matching full:arch
4 # source android-configure <path_to_ndk> [arch]
8 # modules with npm. Also, don't forget to set the arch in npm config using
9 # 'npm config set arch=<arch>'
17 ARCH="$2"
26 case $ARCH in
38 ARCH="x64"
43 ARCH="arm64"
46 echo "Unsupported architecture provided: $ARCH"
72 GYP_DEFINES="target_arch=$ARCH"
73 GYP_DEFINES+=" v8_target_arch=$ARCH"
74 GYP_DEFINES+=" android_target_arch=$ARCH"