summaryrefslogtreecommitdiff
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Fix:build:Use NDK libraries when building for Androidmvglasow2021-02-281-1/+1
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:build:Keep generated Android resource files in build dirmvglasow2021-02-211-2/+2
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:build:Reduce source tree pollution by Android buildmvglasow2021-02-211-0/+1
| | | | | | | CMake output now moved to android-builddir Generated XML, PNG and translations still get written to source tree Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fixed:android:build:Fixed the apk outputname and the corresponding locations ↵jkoan2021-02-201-0/+3
| | | | within the scripts
* Refactor:build:merge into one single build.gradlemvglasow2021-02-191-1/+108
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* Fix:android:64 bit and cleanup2 (#877)jandegr2019-09-261-1/+1
| | | https://github.com/navit-gps/navit/pull/877
* Android build fix and update (#827)jandegr2019-08-161-1/+1
|
* fix:build:Move google up/change orderjkoan-android-build-fixjkoan2018-10-241-1/+1
|
* fix:build:Change orderjkoan2018-10-241-1/+1
|
* add:build:add google to allprojectsjkoan2018-10-241-0/+1
|
* Add:Android:checkstyle-javadoc (#595)jandegr2018-05-251-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Android checkstyle and javadoc * bump gradle version * bump gradle version * Android checkstyle and javadoc * ArrayTypeStyle as failure * fix Array brackets at illegal position. * typo * fix Array brackets at illegal position. * CustomImportOrder severity error * optimize imports * optimize imports
* rework:android:Move build system from ant to grandle (#553)jandegr2018-05-021-0/+23
rework:android:Move build system from ant to grandle