DynamoRIO / DynamoRIO/dynamorio
Build clients without dynamic library dependencies on Android
Open
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
We need to modify the CMake scripts to build all client libraries using only static dependencies (static runtime libraries and the *_static variants of DR extension libraries) on Android.
This should be the default behaviour on Android and possibly optional (but not default) on other platforms.
Doing this will allow us to proceed with Android support without needing to fix the private loader first (#3543).
See also:
#3543
#5437
[#7239 comment](https://github.com/DynamoRIO/dynamorio/pull/7239#discussion_r1937644235)
Contributor guide
Assessment
This issue has not been assessed yet.