Merge "Make doclava look at prebuilts in a new location."
diff --git a/build.gradle b/build.gradle
index 106d916..cf0c9d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,7 +47,7 @@
  * If prebuilts are available, use them. Else, if this is unbundled build use jcenter().
  * Finally, if none of that is true, attempt to compile against the full source trees.
  */
-File m2repo = file('../../prebuilts/tools/common/m2/repository')
+File m2repo = file('../../prebuilts/androidx/external')
 boolean unbundleBuild = (new File("unbundled-build")).exists()
 
 if (m2repo.exists() || unbundleBuild) {