Test that an application can mmap executable code from its APK.

bug: 16727210 16076402

Change-Id: I0c3bf84e4588aa99c95592c26b6113d33808fe29
(cherry picked from commit c3baa19073a5bec63de7aef86eb1a01530ef714b)
diff --git a/tests/tests/security/jni/Android.mk b/tests/tests/security/jni/Android.mk
index 94fd02d..fe47e2e 100644
--- a/tests/tests/security/jni/Android.mk
+++ b/tests/tests/security/jni/Android.mk
@@ -29,7 +29,8 @@
 		android_security_cts_LoadEffectLibraryTest.cpp \
 		android_security_cts_NativeCodeTest.cpp \
 		android_security_cts_SeccompDeathTestService.cpp \
-		android_security_cts_SELinuxTest.cpp
+		android_security_cts_SELinuxTest.cpp \
+		android_security_cts_MMapExecutableTest.cpp
 
 LOCAL_C_INCLUDES := $(JNI_H_INCLUDE)