Skip to content

Commit

Permalink
fixup! Add missing .o files to libiotivity-lite-jni.so
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius1922 committed Jul 9, 2024
1 parent bbd3148 commit 9262553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- args: ""
# debug on, json encoder on
- args: "DEBUG=1 JSON_ENCODER=1"
# secure off
- args: "SECURE=0"
# secure off, pki off
- args: "SECURE=0 PKI=0"
# TODO: reenable when dynamic allocation is fixed
# dynamic allocation off
# - args: "DYNAMIC=0"
Expand Down

0 comments on commit 9262553

Please sign in to comment.