Merge "Add AVFHostTestCases to postsubmit and fix boot time is not as expected issue."
diff --git a/TEST_MAPPING b/TEST_MAPPING
index ea81bc4..11648c4 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -28,6 +28,9 @@
     },
     {
       "name": "ComposBenchmarkApp"
+    },
+    {
+      "name": "AVFHostTestCases"
     }
   ],
   "imports": [
diff --git a/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java b/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java
index 135bcf0..b9d9d25 100644
--- a/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java
+++ b/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java
@@ -84,7 +84,6 @@
 
             // Boot time with compilation OS test.
             reInstallApex(REINSTALL_APEX_TIMEOUT_SEC);
-            getDevice().setProperty(SYSTEM_SERVER_COMPILER_FILTER_PROP_NAME, "speed");
             compileStagedApex(COMPILE_STAGED_APEX_TIMEOUT_SEC);
             long start = System.nanoTime();
             rebootAndWaitBootCompleted();