TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
220 stars 40 forks source link

android: improves build by moving libtcvm to its own gradle target #311

Closed flsobral closed 3 years ago

flsobral commented 3 years ago

Reduces the build time by compiling the libtcvm only twice, for armv7 and arm64, instead of 6 times. (those 2 tagets * 3 gradle flavors)