Skip to content

Commit cddc466

Browse files
committed
Fix tests.
1 parent c0ec254 commit cddc466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android-ndk-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ include!("ffi_i686.rs");
3737
#[cfg(all(any(target_os = "android", test), target_arch = "x86_64"))]
3838
include!("ffi_x86_64.rs");
3939

40+
#[cfg(target_os = "android")]
4041
#[link(name = "android")]
4142
extern "C" {}

0 commit comments

Comments
 (0)