Skip to content

Commit 09b69d5

Browse files
authored
Merge branch 'dev' into dev
2 parents cd8610f + c9b3922 commit 09b69d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_android.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def my_syscall_close(ql, fd):
3232
class TestAndroid(unittest.TestCase):
3333
@unittest.skipUnless(platform.system() == 'Linux', 'run only on Linux')
3434
def test_android_arm64(self):
35+
3536
test_binary = "../examples/rootfs/arm64_android6.0/bin/arm64_android_jniart"
3637
rootfs = "../examples/rootfs/arm64_android6.0"
3738
env = {"ANDROID_DATA":"/data", "ANDROID_ROOT":"/system"}

0 commit comments

Comments
 (0)