Skip to content

Commit

Permalink
Add android jar builder
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Feb 4, 2019
1 parent 0a38a10 commit 371b8ce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tools/push-deploy-android.sh
@@ -0,0 +1,19 @@
#!/bin/bash

set -eu
bazel build :SnowBlossomClient_deploy.jar

rm -rf t/snowjar
mkdir -p t/snowjar
cd t/snowjar

jar xvf ../../bazel-bin/SnowBlossomClient_deploy.jar
rm module-info.class
rm librocksdbjni*

rm -f ../SnowBlossomClient_android.jar

jar cvf ../SnowBlossomClient_android.jar .



0 comments on commit 371b8ce

Please sign in to comment.