Full name:
com.simpligility.maven.plugins:android-ndk-maven-plugin:1.1.2:clean
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
ndkBuildLibsOutputDirectory | File | - | (no description) Default value is: ${project.basedir}/libs. User property is: android.nativeBuildLibsOutputDirectory. |
ndkBuildObjOutputDirectory | File | - | (no description) Default value is: ${project.basedir}/obj. User property is: android.nativeBuildObjOutputDirectory. |
skipBuildLibsOutputDirectory | boolean | - | Specifies whether the deletion of the libs/ folder structure should
be skipped. This is by default set to skip (true) to avoid unwanted
deletions of libraries already present in this structure. Default value is: true. User property is: android.nativeBuildSkipCleanLibsOutputDirectory. |
skipBuildObjsOutputDirectory | boolean | - | Specifies whether the obj/ build folder structure should be
deleted. Default value is: false. User property is: android.nativeBuildSkipCleanLibsOutputDirectory. |
skipClean | boolean | - | Forces the clean process to be skipped. Default value is: false. User property is: android.nativeBuildSkipClean. |