-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Conscrypt is required by libadb-android to handle TLS connections. The documentation suggest to either add org.conscrypt as a dep or enable reflection to access the hidden methods. In android 11+ I believe it should work out of the box with the native android libs. I did a brief test to link org.conscrypt to the native android method and it worked on android 11 while it failed on android 16.
Removing conscrypt removes the 2MB .so file per architecture, bring the multi-arch build down from 12MB to less that 5MB. We can probably also open a pr to libadb android later
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request