Integration test for application specific exceptions

Bug: 25800533
Test: Integration tests pass

Change-Id: Iaf742a29509b1280c5db7c7231a4fac538a07574
diff --git a/Android.mk b/Android.mk
index cc3fa7e..f22b381 100644
--- a/Android.mk
+++ b/Android.mk
@@ -162,9 +162,10 @@
     $(aidl_integration_test_shared_libs)
 LOCAL_SRC_FILES := \
     tests/aidl_test_client.cpp \
-    tests/aidl_test_client_primitives.cpp \
+    tests/aidl_test_client_file_descriptors.cpp \
     tests/aidl_test_client_parcelables.cpp \
-    tests/aidl_test_client_file_descriptors.cpp
+    tests/aidl_test_client_primitives.cpp \
+    tests/aidl_test_client_service_exceptions.cpp
 include $(BUILD_EXECUTABLE)
 
 include $(CLEAR_VARS)