Add build script for the RTE library

This commit is contained in:
Jorge Martín 2023-12-28 12:03:23 +01:00
parent a4618848d4
commit 770668589b
5 changed files with 89 additions and 3 deletions

2
libraries/textcomposer/lib/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# Built application files
*.aar

View file

@ -0,0 +1,3 @@
configurations.maybeCreate("default")
artifacts.add("default", file("library.aar"))
artifacts.add("default", file("library-compose.aar"))