summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAlex Ruiz <alruiz@google.com>2015-08-03 16:46:54 -0700
committerAlex Ruiz <alruiz@google.com>2015-08-04 04:30:05 -0700
commit0433935f915585ae8c28dd9b1ab3ff6cf13324d7 (patch)
tree7e67e5d2c806a13256c9273ceeea0588ca5bb28c /android
parentffcf4b0b6eb56a7f002e7d26d89d2a5415a74d75 (diff)
downloadidea-0433935f915585ae8c28dd9b1ab3ff6cf13324d7.tar.gz
"Build Variants" view is only visible for Gradle-based Android projects.
Bug: 22940161 Change-Id: I656e551ef93bb1d7d605cd9c71485c53c01ecfbc
Diffstat (limited to 'android')
-rwxr-xr-xandroid/src/META-INF/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/META-INF/plugin.xml b/android/src/META-INF/plugin.xml
index 2efec6f7fc6..60df6155657 100755
--- a/android/src/META-INF/plugin.xml
+++ b/android/src/META-INF/plugin.xml
@@ -576,7 +576,7 @@
icon="AndroidIcons.AndroidToolWindow"
factoryClass="com.android.tools.idea.monitor.AndroidToolWindowFactory"/>
<facet.toolWindow id="Build Variants"
- facetIdList="android"
+ facetIdList="android,android-gradle"
anchor="left"
secondary="true"
icon="AndroidIcons.AndroidToolWindow"