aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-04-06 16:04:18 -0700
committerDan Shi <dshi@google.com>2020-04-06 16:04:18 -0700
commit33d3c069b119d663681b605584ea974dd1654780 (patch)
tree5b332952128c723435dbd87c3216d5e700e4bada
parent9d5db864dd21438bf7c3f8fd158ec990ce87d20d (diff)
downloadplatform_system_memory_libmemunreachable-android11-dev.tar.gz
platform_system_memory_libmemunreachable-android11-dev.tar.bz2
platform_system_memory_libmemunreachable-android11-dev.zip
Bug: 151896491 Test: presubmit check Exempt-From-Owner-Approval: This CL renames suite name vts-core to vts. It won't change test logic or behavior. Change-Id: If6cf4d005e2753ddb108885f41870d5466c16c50
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index ea81993..df49a01 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,6 +119,6 @@ cc_test {
],
test_suites: [
"device-tests",
- "vts-core"
+ "vts"
],
}