From 22359ed8bfa2f4edd480e3dc9d48018a267a9bc8 Mon Sep 17 00:00:00 2001 From: Arseniy Antonov Date: Mon, 21 Jul 2014 16:43:26 +0400 Subject: [PATCH] Add APP_ABI for module-exports sample Add APP_ABI := all to be able to compile this sample for all platforms without additional manual manipulations. Change-Id: I8ebb98c86dae2f6e926885b6d70d306ceca33d1f Signed-off-by: Arseniy Antonov --- ndk/samples/module-exports/jni/Application.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 ndk/samples/module-exports/jni/Application.mk diff --git a/ndk/samples/module-exports/jni/Application.mk b/ndk/samples/module-exports/jni/Application.mk new file mode 100644 index 000000000..a252a72d7 --- /dev/null +++ b/ndk/samples/module-exports/jni/Application.mk @@ -0,0 +1 @@ +APP_ABI := all