Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Fix binderfs detection#2030

Open
necessarily-equal wants to merge 1 commit into
anbox:masterfrom
necessarily-equal:info-fix
Open

Fix binderfs detection#2030
necessarily-equal wants to merge 1 commit into
anbox:masterfrom
necessarily-equal:info-fix

Conversation

@necessarily-equal

@necessarily-equal necessarily-equal commented Apr 19, 2022

Copy link
Copy Markdown
Contributor

Sometime the binder device is not the default one, and this would print misleading information


kernel_info_.binder = fs::exists(binder_path);
kernel_info_.binderfs = fs::exists(binderfs_path);
kernel_info_.binderfs = common::BinderDeviceAllocator::is_supported();

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@necessarily-equal the common namespace doesn't seem to be available and that makes CI fail. Can you fix that?

@necessarily-equal

necessarily-equal commented Apr 28, 2022 via email

Copy link
Copy Markdown
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants