Skip to content

Commit 1f9f723

Browse files
committed
fix(triplet): allow for android on x86
1 parent ecc08cb commit 1f9f723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triplet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ var Triplet = ('object' === typeof module && exports) || {};
384384
tpm['android'] = {
385385
os: 'linux',
386386
android: true,
387-
arch: 'aarch64',
388387
libc: 'bionic',
389388
};
390389
tpm['androideabi'] = {
@@ -428,6 +427,7 @@ var Triplet = ('object' === typeof module && exports) || {};
428427

429428
// linux
430429
linux: T.LINUX_X86_64,
430+
android: T.AARCH64,
431431

432432
// arm
433433
arm: T.ARMHF,

0 commit comments

Comments
 (0)