Split DrawerLayout out of core-ui module
Bug: 73133409
Test: ./gradlew assembleDebug
Change-Id: I351a30db1537b217fda0c7d7c7dd7d696bd95723
diff --git a/settings.gradle b/settings.gradle
index bb6af7c..a59c935 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -40,6 +40,7 @@
includeProject(":coordinatorlayout", "coordinatorlayout")
includeProject(":customtabs", "customtabs")
includeProject(":customview", "customview")
+includeProject(":drawerlayout", "drawerlayout")
includeProject(":exifinterface", "exifinterface")
includeProject(":gridlayout-v7", "v7/gridlayout")
includeProject(":jetifier-core", "jetifier/jetifier/core")