Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobile: bump to ndk-16 #16549

Closed
ligi opened this issue Apr 23, 2018 · 0 comments
Closed

mobile: bump to ndk-16 #16549

ligi opened this issue Apr 23, 2018 · 0 comments

Comments

@ligi
Copy link
Member

ligi commented Apr 23, 2018

geth aar seems to compile with ndk-16b - currently 15 is used - but should be done after the upload problem is solved to not get more variables into this problem.

⋊> ~/g/s/g/e/go-ethereum on master ⨯ make android                                                                                 13:00:03
build/env.sh go run build/ci.go aar --local
>>> /usr/lib/go-1.10/bin/go get golang.org/x/mobile/cmd/gomobile golang.org/x/mobile/cmd/gobind
>>> /home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/build/bin/gomobile init --ndk /home/ligi/bin/versioned/android-ndk-r16b/
>>> /home/ligi/go/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/build/bin/gomobile bind --target android --javapkg org.ethereum -v github.com/ethereum/go-ethereum/mobile
runtime/cgo
golang.org/x/mobile/internal/mobileinit
github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid
github.com/ethereum/go-ethereum/crypto/secp256k1
net
github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3
golang.org/x/mobile/bind/java
gobind
runtime/cgo
golang.org/x/mobile/internal/mobileinit
github.com/ethereum/go-ethereum/crypto/secp256k1
github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid
net
github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3
golang.org/x/mobile/bind/java
gobind
runtime/cgo
github.com/ethereum/go-ethereum/crypto/secp256k1
golang.org/x/mobile/internal/mobileinit
github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid
net
github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3
golang.org/x/mobile/bind/java
gobind
runtime/cgo
github.com/ethereum/go-ethereum/crypto/secp256k1
github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid
golang.org/x/mobile/internal/mobileinit
net
github.com/ethereum/go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3
golang.org/x/mobile/bind/java
gobind
aar: AndroidManifest.xml
aar: proguard.txt
aar: classes.jar
jar: META-INF/MANIFEST.MF
jar: go/LoadJNI.class
jar: go/Seq$GoObject.class
jar: go/Seq$GoRef.class
jar: go/Seq$GoRefQueue$1.class
jar: go/Seq$GoRefQueue.class
jar: go/Seq$Proxy.class
jar: go/Seq$Ref.class
jar: go/Seq$RefMap.class
jar: go/Seq$RefTracker.class
jar: go/Seq.class
jar: go/Universe$proxyerror.class
jar: go/Universe.class
jar: go/error.class
jar: org/ethereum/geth/Account.class
jar: org/ethereum/geth/Accounts.class
jar: org/ethereum/geth/Address.class
jar: org/ethereum/geth/Addresses.class
jar: org/ethereum/geth/BigInt.class
jar: org/ethereum/geth/BigInts.class
jar: org/ethereum/geth/Block.class
jar: org/ethereum/geth/Bloom.class
jar: org/ethereum/geth/BoundContract.class
jar: org/ethereum/geth/CallMsg.class
jar: org/ethereum/geth/CallOpts.class
jar: org/ethereum/geth/Context.class
jar: org/ethereum/geth/Enode.class
jar: org/ethereum/geth/Enodes.class
jar: org/ethereum/geth/EthereumClient.class
jar: org/ethereum/geth/FilterLogsHandler.class
jar: org/ethereum/geth/FilterQuery.class
jar: org/ethereum/geth/Geth$proxyFilterLogsHandler.class
jar: org/ethereum/geth/Geth$proxyNewHeadHandler.class
jar: org/ethereum/geth/Geth$proxySigner.class
jar: org/ethereum/geth/Geth.class
jar: org/ethereum/geth/Hash.class
jar: org/ethereum/geth/Hashes.class
jar: org/ethereum/geth/Header.class
jar: org/ethereum/geth/Headers.class
jar: org/ethereum/geth/Interface.class
jar: org/ethereum/geth/Interfaces.class
jar: org/ethereum/geth/KeyStore.class
jar: org/ethereum/geth/Log.class
jar: org/ethereum/geth/Logs.class
jar: org/ethereum/geth/NewHeadHandler.class
jar: org/ethereum/geth/Node.class
jar: org/ethereum/geth/NodeConfig.class
jar: org/ethereum/geth/NodeInfo.class
jar: org/ethereum/geth/Nonce.class
jar: org/ethereum/geth/PeerInfo.class
jar: org/ethereum/geth/PeerInfos.class
jar: org/ethereum/geth/Receipt.class
jar: org/ethereum/geth/Signer.class
jar: org/ethereum/geth/Strings.class
jar: org/ethereum/geth/Subscription.class
jar: org/ethereum/geth/SyncProgress.class
jar: org/ethereum/geth/Topics.class
jar: org/ethereum/geth/TransactOpts.class
jar: org/ethereum/geth/Transaction.class
jar: org/ethereum/geth/Transactions.class
aar: jni/armeabi-v7a/libgojni.so
aar: jni/arm64-v8a/libgojni.so
aar: jni/x86/libgojni.so
aar: jni/x86_64/libgojni.so
aar: R.txt
aar: res/
jar: META-INF/MANIFEST.MF
jar: go/LoadJNI.java
jar: go/Seq.java
jar: go/Universe.java
jar: go/error.java
jar: org/ethereum/geth/Account.java
jar: org/ethereum/geth/Accounts.java
jar: org/ethereum/geth/Address.java
jar: org/ethereum/geth/Addresses.java
jar: org/ethereum/geth/BigInt.java
jar: org/ethereum/geth/BigInts.java
jar: org/ethereum/geth/Block.java
jar: org/ethereum/geth/Bloom.java
jar: org/ethereum/geth/BoundContract.java
jar: org/ethereum/geth/CallMsg.java
jar: org/ethereum/geth/CallOpts.java
jar: org/ethereum/geth/Context.java
jar: org/ethereum/geth/Enode.java
jar: org/ethereum/geth/Enodes.java
jar: org/ethereum/geth/EthereumClient.java
jar: org/ethereum/geth/FilterLogsHandler.java
jar: org/ethereum/geth/FilterQuery.java
jar: org/ethereum/geth/Geth.java
jar: org/ethereum/geth/Hash.java
jar: org/ethereum/geth/Hashes.java
jar: org/ethereum/geth/Header.java
jar: org/ethereum/geth/Headers.java
jar: org/ethereum/geth/Interface.java
jar: org/ethereum/geth/Interfaces.java
jar: org/ethereum/geth/KeyStore.java
jar: org/ethereum/geth/Log.java
jar: org/ethereum/geth/Logs.java
jar: org/ethereum/geth/NewHeadHandler.java
jar: org/ethereum/geth/Node.java
jar: org/ethereum/geth/NodeConfig.java
jar: org/ethereum/geth/NodeInfo.java
jar: org/ethereum/geth/Nonce.java
jar: org/ethereum/geth/PeerInfo.java
jar: org/ethereum/geth/PeerInfos.java
jar: org/ethereum/geth/Receipt.java
jar: org/ethereum/geth/Signer.java
jar: org/ethereum/geth/Strings.java
jar: org/ethereum/geth/Subscription.java
jar: org/ethereum/geth/SyncProgress.java
jar: org/ethereum/geth/Topics.java
jar: org/ethereum/geth/TransactOpts.java
jar: org/ethereum/geth/Transaction.java
jar: org/ethereum/geth/Transactions.java
Done building.
Import "/home/ligi/go/src/github.com/ethereum/go-ethereum/build/bin/geth.aar" to use the library.
⋊> ~/g/s/g/e/go-ethereum on master ⨯        
ligi added a commit that referenced this issue Apr 25, 2018
@ligi ligi closed this as completed Jul 10, 2018
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

No branches or pull requests

1 participant