Package com.android.builder.files
Class NativeLibraryAbiPredicate
java.lang.Object
com.android.builder.files.NativeLibraryAbiPredicate
Predicate applicable to file paths that only accepts native libraries optionally filtered by a
set of ABIs.
This predicate will also accept the SdkConstants.FN_GDB_SETUP file and the
SdkConstants.FN_GDBSERVER files in addition to native libraries.
-
Constructor Summary
ConstructorsConstructorDescriptionNativeLibraryAbiPredicate(Set<String> acceptedAbis, boolean jniDebugMode) Creates a new predicate. -
Method Summary