com.jayway.maven.plugins.android.common.Const Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-maven-plugin Show documentation
Show all versions of android-maven-plugin Show documentation
Maven Plugin for Android Development
package com.jayway.maven.plugins.android.common;
/**
* Constants used by this plugin.
*/
public class Const
{
public static class ArtifactType
{
public static final String NATIVE_HEADER_ARCHIVE = "har";
public static final String NATIVE_IMPLEMENTATION_ARCHIVE = "a";
public static final String NATIVE_SYMBOL_OBJECT = "so";
}
}