diff options
Diffstat (limited to 'buildAndroid')
| -rw-r--r-- | buildAndroid/jni/Application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildAndroid/jni/Application.mk b/buildAndroid/jni/Application.mk index a711c5bf..1962e681 100644 --- a/buildAndroid/jni/Application.mk +++ b/buildAndroid/jni/Application.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and
# limitations under the License.
-APP_ABI := all
+APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips mips64
APP_PLATFORM := android-22
APP_STL := gnustl_static
APP_MODULES := layer_utils VKLayerBasic VKLayerDrawState VKLayerMemTracker VKLayerShaderCheker VKLayerImage VKLayerParamChecker VKLayerGeneric VKLayerAPIDump VKLayerObjectTracker VKLayerThreading VKLayerValidationTests
|
