-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist
Description
Is your feature request related to a problem? Please describe.
Previously mosquitto failed to build on android because the standard library included in the NDK had missing functions.
Proposed solution
Recent versions of the NDK have added those missing functions, I have built successfully mosquitto with the command vcpkg install mosquitto:arm64-android --allow-unsupported
using NDK26
I think its time to enable mosquitto on android
Describe alternatives you've considered
Previously I built mosquitto using vcpkg and NDK21 by patching the downloaded version, now it's not required.
Metadata
Metadata
Assignees
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist