From 0ab8a96dcf7350fa213426225bf8b98b3d5ffb02 Mon Sep 17 00:00:00 2001 From: Zi Wang Date: Thu, 9 Nov 2023 16:33:39 -0800 Subject: [PATCH] Update test: true to mode: "test" Test: CI Bug: 309990433 Change-Id: I31644510002560fd81c41fbe37f0872fc1135390 --- tools/aconfig/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/aconfig/Android.bp b/tools/aconfig/Android.bp index 425d8a9f3d..1ad9053851 100644 --- a/tools/aconfig/Android.bp +++ b/tools/aconfig/Android.bp @@ -131,7 +131,7 @@ java_aconfig_library { name: "aconfig_host_test_java_library", aconfig_declarations: "aconfig.test.flags", host_supported: true, - test: true, + mode: "test", } java_test_host { @@ -187,7 +187,7 @@ rust_aconfig_library { name: "libaconfig_test_rust_library_with_test_mode", crate_name: "aconfig_test_rust_library", aconfig_declarations: "aconfig.test.flags", - test: true, + mode: "test", } rust_test {