-
Notifications
You must be signed in to change notification settings - Fork 55
16 KiB alignement #214
Copy link
Copy link
Closed
Description
libmavsdk_server.so is not 16 KB aligned and this gives a warning from the linter (and makes it crash on newer emulators/phones)
See https://developer.android.com/guide/practices/page-sizes. I tried to figure out how to change mavsdk_server cmake builds to fix this but am not sure, maybe we'd need to add:
target_link_options(${CMAKE_PROJECT_NAME} PRIVATE "-Wl,-z,max-page-size=16384")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels