Fix localize and add licenses

This CL fixes the localize script which moves dependencies into prebuilts.
It also adds the support for generating license files for projects

Bug: 32342709
Bug: 32342385
Test: n/a
Change-Id: I5b306a2e3aa1c0a80159f3a3abc948677e519f57
diff --git a/app-toolkit/localize.sh b/app-toolkit/localize.sh
index 3c07e55..3b7cb99 100755
--- a/app-toolkit/localize.sh
+++ b/app-toolkit/localize.sh
@@ -1,2 +1,2 @@
 #!/bin/bash
-ALLOW_PUBLIC_REPOS=true ./gradlew localizeDependencies
\ No newline at end of file
+ALLOW_PUBLIC_REPOS=true ./gradlew localizeDependencies :room:compiler:buildLicenseNotice :lifecycle:compiler:buildLicenseNotice
\ No newline at end of file