StagefrightTest: add cts test for bug 37079296 am: ea0d82d8cb am: c751b3c2d9 am: f29c6c5d49 am: 70b016f674 am: 8816ad2c62 am: 2679e04844 am: 7c8a4abf6a am: 562ab87436 am: 4a51f97fc3 am: 6275c643a5 am: 8782bfb30c am: 716eac7815 am: 0f7ee0050f am: 805869e2f7 am: 0ab0908830 am: c7d5d8f358 am: 33d56cb11d
am: 95b25e1105
Change-Id: Ic357e0d47dea16723ca78d941bc7fdc295858ceb
diff --git a/tests/tests/security/res/raw/bug_37079296.mp4 b/tests/tests/security/res/raw/bug_37079296.mp4
new file mode 100644
index 0000000..b441fd1
--- /dev/null
+++ b/tests/tests/security/res/raw/bug_37079296.mp4
Binary files differ
diff --git a/tests/tests/security/src/android/security/cts/StagefrightTest.java b/tests/tests/security/src/android/security/cts/StagefrightTest.java
index c25cdf3..f70c03d 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -74,6 +74,11 @@
***********************************************************/
@SecurityTest
+ public void testStagefright_bug_37079296() throws Exception {
+ doStagefrightTest(R.raw.bug_37079296);
+ }
+
+ @SecurityTest
public void testStagefright_bug_38342499() throws Exception {
doStagefrightTest(R.raw.bug_38342499);
}