We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd8610f + c9b3922 commit 09b69d5Copy full SHA for 09b69d5
tests/test_android.py
@@ -32,6 +32,7 @@ def my_syscall_close(ql, fd):
32
class TestAndroid(unittest.TestCase):
33
@unittest.skipUnless(platform.system() == 'Linux', 'run only on Linux')
34
def test_android_arm64(self):
35
+
36
test_binary = "../examples/rootfs/arm64_android6.0/bin/arm64_android_jniart"
37
rootfs = "../examples/rootfs/arm64_android6.0"
38
env = {"ANDROID_DATA":"/data", "ANDROID_ROOT":"/system"}
0 commit comments