Create a death testing framework in android/security.

This will be used to create test cases for seccomp-bpf violations.

Change-Id: I41fdf866d77faae41e85c22249b3251c14b4a5e7
diff --git a/tests/tests/security/jni/Android.mk b/tests/tests/security/jni/Android.mk
index 64b6962..b2412a1 100644
--- a/tests/tests/security/jni/Android.mk
+++ b/tests/tests/security/jni/Android.mk
@@ -27,6 +27,7 @@
 		android_security_cts_LinuxRngTest.cpp \
 		android_security_cts_LoadEffectLibraryTest.cpp \
 		android_security_cts_NativeCodeTest.cpp \
+		android_security_cts_SeccompDeathTestService.cpp \
 		android_security_cts_SELinuxTest.cpp
 
 LOCAL_C_INCLUDES := $(JNI_H_INCLUDE)