Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to use vendor namespace libraries #4

Closed
eszdman opened this issue Jun 12, 2022 · 3 comments
Closed

Impossible to use vendor namespace libraries #4

eszdman opened this issue Jun 12, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@eszdman
Copy link

eszdman commented Jun 12, 2022

xDL Version

v1.1.3

Android OS Version

11-12

Android ABIs

armeabi-v7a, arm64-v8a

Device Manufacturers and Models

Xiaomi mi9, Xiaomi mi10 ultra, Motorola moto g8, etc.

Describe the Bug

Every time I trying to xdl_open library from system/vendor/lib64 there's no success.

@eszdman eszdman added the bug Something isn't working label Jun 12, 2022
@caikelun
Copy link
Member

Hi @eszdman.

Thanks for reporting this bug.

The reason for this problem should be that the way xDL handled the linker namespace was too simple before. I tried to add separate controls for default, art, and vendor. Please try this commit (02e7b0b) in the dev branch, and then give us feedback in this issue. Thanks.

@caikelun
Copy link
Member

A new version has been released for this bug: https://github.com/hexhacking/xDL/releases/tag/v1.1.4

More testing information is welcome, so we can continue to optimize this problem.

@eszdman
Copy link
Author

eszdman commented Jun 21, 2022

Tested on different devices, works perfectly

@eszdman eszdman closed this as completed Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants