Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Mar 4, 2024
1 parent 5f178a5 commit a71d850
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ APK_ARCH ?= android/arm64,android/amd64
droid-rdk.aar:
# creates an android library that can be imported by native code
gomobile bind -v -target $(APK_ARCH) -androidapi 28 -tags no_cgo -o $@ ./web/cmd/droid
bash etc/android/repackage-aar.sh
cd ./services/mlmodel/tflitecpu/android/ && zip -r ../../../../droid-rdk.aar jni

clean-all:
git clean -fxd
Expand Down
11 changes: 0 additions & 11 deletions etc/android/repackage-aar.sh

This file was deleted.

0 comments on commit a71d850

Please sign in to comment.