Skip to content

Move Kotlin tests to test-fixtures submodule and create Android aar build and device tests - #20

Merged
notmandatory merged 3 commits into
masterfrom
fixtures
Oct 17, 2021
Merged

Move Kotlin tests to test-fixtures submodule and create Android aar build and device tests #20
notmandatory merged 3 commits into
masterfrom
fixtures

Conversation

@notmandatory

@notmandatory notmandatory commented Oct 17, 2021

Copy link
Copy Markdown
Member

This PR fixes #9

Comment thread build.sh
echo -n "darwin "
mkdir -p bindings/bdk-kotlin/jvm/src/main/resources/darwin-x86-64
cp target/debug/libuniffi_bdk.dylib bindings/bdk-kotlin/jvm/src/main/resources/darwin-x86-64
cp target/debug/libuniffi_bdk.dylib bindings/bdk-kotlin/demo/src/main/resources/darwin-x86-64

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@notmandatory do we have to remove this? I wasn't sure if the demo script runs without this

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was able to run the demo without it. But you should confirm it works the same for you.

@notmandatory notmandatory added this to the 0.2.0 milestone Feb 28, 2022
thunderbiscuit added a commit to thunderbiscuit/bdk-ffi that referenced this pull request Oct 26, 2022
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.

Make separate JVM .jar and Android .aar packages

2 participants