Home | History | Annotate | Download | only in styles
      1 #!/bin/bash
      2 
      3 set -e
      4 
      5 aapt2 compile -o compiled.flata --dir res
      6 aapt2 link -o styles.apk --manifest AndroidManifest.xml compiled.flata
      7