aboutsummaryrefslogtreecommitdiff
path: root/src/qt/Makefile
diff options
context:
space:
mode:
authorIgor Cota <igor@openbook.hr>2020-08-28 11:09:58 +0200
committerIgor Cota <igor@openbook.hr>2021-03-21 22:33:27 +0100
commitebfb10cb75adb704418d08197681c1e742e63bd5 (patch)
tree8260d1138285ca49119ebad91f079a77cd487d99 /src/qt/Makefile
parentd2a78ee9288e4d3bace9125bcfae6b7747f85982 (diff)
downloadbitcoin-ebfb10cb75adb704418d08197681c1e742e63bd5.tar.xz
Qt: add Android packaging support
Introduce an android directory under qt and allow one to package bitcoin-qt for Android by running make apk. Add bitcoin-qt Android build instructions.
Diffstat (limited to 'src/qt/Makefile')
-rw-r--r--src/qt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/Makefile b/src/qt/Makefile
index b9dcf0c599..3bd6199059 100644
--- a/src/qt/Makefile
+++ b/src/qt/Makefile
@@ -7,3 +7,5 @@ check: FORCE
$(MAKE) -C .. test_bitcoin_qt_check
bitcoin-qt bitcoin-qt.exe: FORCE
$(MAKE) -C .. bitcoin_qt
+apk: FORCE
+ $(MAKE) -C .. bitcoin_qt_apk