Skip to content

Commit c9b3922

Browse files
committed
fix android test
1 parent aff5f2e commit c9b3922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/rootfs

Submodule rootfs updated 115 files

tests/test_android.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
class TestAndroid(unittest.TestCase):
1414
@unittest.skipUnless(platform.system() == 'Linux', 'run only on Linux')
1515
def test_android_arm64(self):
16-
test_binary = "../examples/rootfs/arm64_android6.0/bin/arm64_android_hello"
17-
rootfs = "../examples/rootfs/arm64_android6.0"
16+
test_binary = "../examples/rootfs/arm64_android/bin/arm64_android_hello"
17+
rootfs = "../examples/rootfs/arm64_android"
1818

1919
# FUTURE FIX: at this stage, need a file called /proc/self/exe in the rootfs - Android linker calls stat against /proc/self/exe and bails if it can't find it
2020
# qiling handles readlink against /proc/self/exe, but doesn't handle it in stat

0 commit comments

Comments
 (0)