Skip to content

Fix LISA android target with latest

Darryl Green requested to merge github/fork/Leo-Yan/fix_lisa_android_target into master

Created by: Leo-Yan

These two patches are to address the issue found with executing command:

lisa-test 'OneSmallTask*'

The first patch is to address the issue introduced by the latest AOSP with emulated daemons for storage; the second patch is to fix the root permission issue which is caused by the change in devlib.

After applying these two patches, the lisa-test command can execute successfully on my Hikey960 board.

Merge request reports