add gradle support to build font-pango library
Initially the font-pango library will not be built by default (at least till we test more scenarios)
In order to build pango use
gradle -PCOMPILE_PANGO=true
or
gradle nativeFontPango
(which will only build modules/graphics/build/lib/fontPango)
Initially the font-pango library will not be built by default (at least till we test more scenarios)
In order to build pango use
gradle -PCOMPILE_PANGO=true
or
gradle nativeFontPango
(which will only build modules/graphics/build/lib/fontPango)