-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# gn_mobile_maps | ||
|
||
Android Map library based on [osmdroid](http://osmdroid.github.io/osmdroid/index.html). | ||
Small Android Map library based on [osmdroid](http://osmdroid.github.io/osmdroid/index.html). | ||
* `maps`: The library itself | ||
* `mountpoint`: Manage all available internal and external mount points on device | ||
* `app`: Demo app | ||
|
||
## Upgrade git sub modules | ||
See [settings documentation](/maps). | ||
|
||
Do **NOT** modify directly any git sub modules (e.g. `mountpoint`). | ||
Any changes should be made from each underlying git repository: | ||
## Full Build | ||
|
||
* `mountpoint`: [gn_mobile_core](https://github.com/PnX-SI/gn_mobile_core) git repository | ||
A full build can be executed with the following command: | ||
|
||
```bash | ||
./upgrade_submodules.sh | ||
``` | ||
./gradlew clean assembleDebug | ||
``` |