allwinner_a64/android/frameworks/support/makeFlatfootRepo.sh
2018-08-08 15:50:00 +08:00

3 lines
161 B
Bash
Executable file

# temporary script to make flatfoot repo, next to the support repo
cd lifecycle && ./gradlew uploadArchives --info
cd ../room && ./gradlew uploadArchives --info