Fix Native Exes List

Bug 4970300

More tests were added in master, so fix up the names
to match them.

Change-Id: If02e926198f3454006882c5f18b2e777193784c3
diff --git a/CtsTestCaseList.mk b/CtsTestCaseList.mk
index 060e824..b52ef55 100644
--- a/CtsTestCaseList.mk
+++ b/CtsTestCaseList.mk
@@ -76,7 +76,8 @@
 	$(CTS_SECURITY_APPS_LIST)
 
 CTS_NATIVE_EXES := \
-	CtsNativeMediaTestCases
+	NativeMediaTest_SL \
+	NativeMediaTest_XA
 
 CTS_TEST_CASES := $(call cts-get-native-paths,$(CTS_NATIVE_EXES))