Skip to content

Android: fix DEBUG_WOLFSSL in CMakeLists.txt, remove NO_FILESYSTEM#402

Merged
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
cconlon:androidDebug
Sep 29, 2023
Merged

Android: fix DEBUG_WOLFSSL in CMakeLists.txt, remove NO_FILESYSTEM#402
JacobBarthelmeh merged 1 commit intowolfSSL:masterfrom
cconlon:androidDebug

Conversation

@cconlon
Copy link
Copy Markdown
Member

@cconlon cconlon commented Sep 29, 2023

This PR fixes the -DDEBUG_WOLFSSL define in the example Android Studio Gradle project for wolfssljni. The extra D was left out of the define.

It also adds -DWOLFSSL_ANDROID_DEBUG by default, since this is an Android example and log output will need to go through logcat.

Additionally, this removes -DNO_FILESYSTEM from the example CMakeLists.txt since with recent versions of wolfSSL, the wolfCrypt test can properly use DH key buffers instead of files with the normal -DUSE_CERT_BUFFER_XXX defines. wolfJSSE is also incompatible with -DNO_FILESYSTEM, so makes it easier not to accidentally leave it in a real application use.

@JacobBarthelmeh JacobBarthelmeh merged commit 44383ea into wolfSSL:master Sep 29, 2023
yota22721 pushed a commit to yota22721/wolfssl-examples that referenced this pull request Jan 25, 2025
Android: fix DEBUG_WOLFSSL in CMakeLists.txt, remove NO_FILESYSTEM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants