Move IDE Gradle models to IDE source code repository

Bug: 147586218
Test: n/a
Change-Id: Id3f3c7b19bc2f19441f093368f3650412ba295fc
diff --git a/BUILD b/BUILD
index d23ab40..ecebe3b 100644
--- a/BUILD
+++ b/BUILD
@@ -29,5 +29,6 @@
         "//tools/adt/idea/.idea/libraries:studio-analytics-proto",
         "//tools/adt/idea/deploy:intellij.android.deploy[module]",
         "//tools/adt/idea/gradle-dsl:intellij.android.gradle.dsl[module]",
+        "//tools/adt/idea/project-system-gradle-models:intellij.android.projectSystem.gradle.models[module]",
     ],
 )
diff --git a/google-appindexing.iml b/google-appindexing.iml
index bb54435..26594f5 100644
--- a/google-appindexing.iml
+++ b/google-appindexing.iml
@@ -34,5 +34,6 @@
     <orderEntry type="library" name="studio-analytics-proto" level="project" />
     <orderEntry type="module" module-name="intellij.android.deploy" />
     <orderEntry type="module" module-name="intellij.android.gradle.dsl" />
+    <orderEntry type="module" module-name="intellij.android.projectSystem.gradle.models" />
   </component>
 </module>
\ No newline at end of file