Skip to content

Commit

Permalink
generate apk with local code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmur committed Aug 11, 2024
1 parent 57b9825 commit 6c2fa4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ dtest-ci: build-cmake
.PHONY: apk-ci
apk-ci: export UNIT_TEST = OFF # Disable unit test for release
apk-ci: export ANDROID_SDK_ROOT ?= /tmp/android-sdk-linux
apk-ci: export FHEL_DISABLE_AUTO_BUILD = 1
apk-ci: export FHEL_C_LIB_PREFIX = $(FHE_BUILD_DIR)
apk-ci: build-cmake
@git config --global --add safe.directory /tmp/flutter
$(MAKE) apk
Expand Down

0 comments on commit 6c2fa4c

Please sign in to comment.