aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2018-01-25 23:48:19 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-25 23:48:19 +0000
commit5e692e3d57d7e5e7146258180bccc22fd639e06a (patch)
tree3243b4e6f3812c44ddda33ca261f74f56cf5ffeb
parent11f2a4c97840bf2b56461cdf943ba0a33e6a033f (diff)
parentb51e0ca61e14ec29b3251ad371ca0574e38e1cf7 (diff)
downloadminijail-5e692e3d57d7e5e7146258180bccc22fd639e06a.tar.gz
minijail: Prefix unit test binaries to avoid confusion. am: 1ed75bc11e
am: b51e0ca61e Change-Id: Ie0afca613f81922743083a8c0a99144712d1f85a
-rw-r--r--Android.bp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 6fb7476..911e0fc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -210,13 +210,13 @@ cc_test {
// System functionality unit tests using gtest.
//
// For a device, run with:
-// adb shell /data/nativetest/system_unittest_gtest/system_unittest_gtest
+// adb shell /data/nativetest/mj_system_unittest_gtest/mj_system_unittest_gtest
//
// For host, run with:
-// out/host/linux-x86/nativetest(64)/system_unittest_gtest/system_unittest_gtest
+// out/host/linux-x86/nativetest(64)/mj_system_unittest_gtest/mj_system_unittest_gtest
// =========================================================
cc_test {
- name: "system_unittest_gtest",
+ name: "mj_system_unittest_gtest",
defaults: ["libminijail_flags"],
host_supported: true,
@@ -239,13 +239,13 @@ cc_test {
// Utility functionality unit tests using gtest.
//
// For a device, run with:
-// adb shell /data/nativetest/util_unittest_gtest/util_unittest_gtest
+// adb shell /data/nativetest/mj_util_unittest_gtest/mj_util_unittest_gtest
//
// For host, run with:
-// out/host/linux-x86/nativetest(64)/util_unittest_gtest/util_unittest_gtest
+// out/host/linux-x86/nativetest(64)/mj_util_unittest_gtest/mj_util_unittest_gtest
// =========================================================
cc_test {
- name: "util_unittest_gtest",
+ name: "mj_util_unittest_gtest",
defaults: ["libminijail_flags"],
host_supported: true,