com.android.builder.model
Interface NdkConfig


public interface NdkConfig

Base class for NDK config file.


Method Summary
 java.util.Collection<java.lang.String> getAbiFilters()
          The ABI Filters
 java.lang.String getcFlags()
          The C Flags
 java.util.Collection<java.lang.String> getLdLibs()
          The LD Libs
 java.lang.String getModuleName()
          The module name
 java.lang.String getStl()
          The APP_STL value
 

Method Detail

getModuleName

@Nullable
java.lang.String getModuleName()
The module name


getcFlags

@Nullable
java.lang.String getcFlags()
The C Flags


getLdLibs

@Nullable
java.util.Collection<java.lang.String> getLdLibs()
The LD Libs


getAbiFilters

@Nullable
java.util.Collection<java.lang.String> getAbiFilters()
The ABI Filters


getStl

@Nullable
java.lang.String getStl()
The APP_STL value