Split out AsyncLayoutInflater out of core-ui.

Bug: 73133409
Test: ./gradlew assembleDebug
Change-Id: Idb785594c00054cc8c57828108b3e1625b92dbf1
diff --git a/settings.gradle b/settings.gradle
index 6ca0e43..29fda13 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -35,6 +35,7 @@
 
 includeProject(":animated-vector-drawable", "graphics/drawable/animated")
 includeProject(":appcompat-v7", "v7/appcompat")
+includeProject(":asynclayoutinflater", "asynclayoutinflater")
 includeProject(":car", "car")
 includeProject(":cardview-v7", "v7/cardview")
 includeProject(":coordinatorlayout", "coordinatorlayout")