Add Android support

This commit is contained in:
Howard Chu 2019-11-01 03:38:13 +00:00
parent eaadbbdab0
commit 643860776e
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
12 changed files with 281 additions and 9 deletions

View file

@ -1,6 +1,14 @@
packages:=boost openssl zeromq cppzmq expat ldns libiconv hidapi protobuf libusb
ifeq ($(host_os),android)
packages:=boost openssl zeromq libiconv
else
packages:=boost openssl zeromq lexpat dns libiconv hidapi protobuf libusb
endif
native_packages := native_ccache native_protobuf
android_native_packages = android_ndk
android_packages = ncurses readline sodium
darwin_native_packages = native_biplist native_ds_store native_mac_alias
darwin_packages = sodium-darwin ncurses readline