summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAlex Ruiz <alruiz@google.com>2015-08-04 16:55:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-04 16:55:29 +0000
commit6accd871fb029f62b61bbab917c6b11547842641 (patch)
tree5c451fe38c28ede09444fa58930ff3dee7c93f24 /android
parent5316b7698756fb9b0f593c9a85a4bd3f9ef4aa8a (diff)
parent0433935f915585ae8c28dd9b1ab3ff6cf13324d7 (diff)
downloadidea-6accd871fb029f62b61bbab917c6b11547842641.tar.gz
Merge ""Build Variants" view is only visible for Gradle-based Android projects." into studio-1.4-dev
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"