Flatfoot repo builder

This CL configures flatfoot build to export to a repo next to
support library.

This is just a temporary script until we figure how these
will be shipped.

Bug: 32342709
Bug: 32342385
Test: n/a
Change-Id: I19bd32330de8999dff7443a519888c5cdd027ffd
diff --git a/makeFlatfootRepo.sh b/makeFlatfootRepo.sh
new file mode 100755
index 0000000..1e5e817
--- /dev/null
+++ b/makeFlatfootRepo.sh
@@ -0,0 +1,3 @@
+# temporary script to make flatfoot repo, next to the support repo
+cd lifecycle && ./gradlew uploadArchives --info
+cd ../room && ./gradlew uploadArchives --info