summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiang Wang <xwxw@google.com> 2023-07-31 18:36:13 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-07-31 18:36:13 +0000
commit53b9f1b686aab5fa0cc69dc6af0523fd7c5d3bf6 (patch)
treef5dedd5ffab3f9c135932a51fb7be8d028240c50
parent66d78c46290356e3e4eb1df24ca9d5512fc46b2b (diff)
parent2db032325a546af2f856de1e61c88644baacae85 (diff)
Merge "Run CTS presubmit for performance hint NDK" into main
-rw-r--r--native/android/TEST_MAPPING9
1 files changed, 9 insertions, 0 deletions
diff --git a/native/android/TEST_MAPPING b/native/android/TEST_MAPPING
index 6a5d2c008b1d..fd394fc43477 100644
--- a/native/android/TEST_MAPPING
+++ b/native/android/TEST_MAPPING
@@ -12,6 +12,15 @@
}
],
"file_patterns": ["permission_manager.cpp"]
+ },
+ {
+ "name": "CtsOsTestCases",
+ "options": [
+ {
+ "include-filter": "android.os.cts.PerformanceHintManagerTest"
+ }
+ ],
+ "file_patterns": ["performance_hint.cpp"]
}
]
}