summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/tests/Android.bp')
-rw-r--r--libcutils/tests/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcutils/tests/Android.bp b/libcutils/tests/Android.bp
index a0b1d7ba3..788419038 100644
--- a/libcutils/tests/Android.bp
+++ b/libcutils/tests/Android.bp
@@ -27,7 +27,8 @@ cc_defaults {
27 "test_str_parms.cpp", 27 "test_str_parms.cpp",
28 "android_get_control_socket_test.cpp", 28 "android_get_control_socket_test.cpp",
29 "android_get_control_file_test.cpp", 29 "android_get_control_file_test.cpp",
30 "multiuser_test.cpp" 30 "multiuser_test.cpp",
31 "fs_config.cpp",
31 ], 32 ],
32 }, 33 },
33 34