summaryrefslogtreecommitdiff
path: root/layoutlib/src/META-INF/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'layoutlib/src/META-INF/plugin.xml')
-rw-r--r--layoutlib/src/META-INF/plugin.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/layoutlib/src/META-INF/plugin.xml b/layoutlib/src/META-INF/plugin.xml
index e46a93b2f03..5b0b1b975f7 100644
--- a/layoutlib/src/META-INF/plugin.xml
+++ b/layoutlib/src/META-INF/plugin.xml
@@ -14,11 +14,18 @@
~ limitations under the License.
-->
<idea-plugin>
- <id>com.android.layoutlib.standard</id>
- <name>Layoutlib Standard</name>
+ <id>com.android.layoutlib</id>
+ <name>Layoutlib</name>
<version>1.0</version>
<vendor>Google</vendor>
<description>Provides a library for rendering Android resources</description>
+ <application-components>
+ <component>
+ <implementation-class>com.android.layoutlib.NativeCrashHandling</implementation-class>
+ <headless-implementation-class/>
+ </component>
+ </application-components>
+
</idea-plugin> \ No newline at end of file