summaryrefslogtreecommitdiff
path: root/platform/android/android.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-231-3/+1
|
* [build] Make curl for Android a vendor packageThiago Marcos P. Santos2020-03-091-8/+4
| | | | This will make it easier to add it as dependencies of different targets.
* [build] Make csscolorparser and parsedate vendorsThiago Marcos P. Santos2020-02-271-10/+6
| | | | | | They have a different license from the rest of the code and this will make it explicit. Also the script for generating the license will dectect them correctly.
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-071-0/+483
This will make the `next` buildsystem no longer the `next`, but the `actual`. The idea is to simplify the build, removing scripts, to make the platform buildsystem generated by CMake more compatible with IDEs and make development more streamlined. It will also make cross compilation easier.