Merge "Rename root project from support to androidx" into androidx-master-dev
am: 80d11c4a08

Change-Id: I69d2ef1909beef224d17dc4e76dd9915709f5c5c
diff --git a/README.md b/README.md
index f28a32e..d7aa0e9 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@
 
 And put in your **project** `build.gradle` file:
 
-    handler.maven { url '/path/to/checkout/out/support/build/support_repo/' }
+    handler.maven { url '/path/to/checkout/out/androidx/build/support_repo/' }
 
 ### Continuous integration
 [Our continuous integration system](https://ci.android.com/builds/branches/aosp-androidx-master-dev/grid?) builds all in progress (and potentially unstable) libraries as new changes are merged. You can manually download these AARs and JARs for your experimentation.
diff --git a/settings.gradle b/settings.gradle
index 17666b7..43a4245 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,3 +1,5 @@
+rootProject.name = "androidx"
+
 /////////////////////////////
 //
 // Buildscript utils