CardContact / sc-hsm-embedded

PKCS#11 and CSP-Minidriver library for the SmartCard-HSM and STARCOS based signature cards
BSD 3-Clause "New" or "Revised" License
95 stars 31 forks source link

Android support #40

Open sbSteveK opened 8 months ago

sbSteveK commented 8 months ago

Is there any way to add support for android (arm64-v8 or other) as well?

Currently when attempting to cross-compile for arm64 android, I'm running into the error that libpcsclite is not able to be located. The android ndk toolchain does not currently provide pcsc libraries. Do you know if there is a workaround for this to build this for arm64 android?