diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-09-03 11:51:55 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-09-04 09:13:33 -0700 |
commit | 264f3d8679fea06df48ae51d03837dde97812f45 (patch) | |
tree | c43098c0328d519edcb0ad6abe3261c19d2ef790 /INSTALL.md | |
parent | 4d069207b9ec325796d5dadfb4603fa9d2bcf0ba (diff) | |
download | qtlocation-mapboxgl-264f3d8679fea06df48ae51d03837dde97812f45.tar.gz |
`make android-all -> make apackage` to be more in line with iOS distribution
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 669aba3f9d..fcc5d90c63 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -315,6 +315,10 @@ When you plug your device in and then run or debug the Android project you will If your device does not show up, you have not set it up properly. Double check the [Google documentation](http://developer.android.com/tools/device.html). +### Distribution + +Use the `Makefile` target `make apackage` in order to build JNI libraries for all supported ABI's for eventual distribution of the whole package. + ### Target Devices running Android 4.0+ (API level 14+). |