fs_config supports shell wildcard patterns
It now supports shell wildcard pattern matching using fnmatch(3).
Bug: 123743953
Test: atest libcutils_test
Change-Id: Ib82ae3bf717cbdba267024e1c9d3da004274b95c
diff --git a/libcutils/tests/Android.bp b/libcutils/tests/Android.bp
index fb9bbdd..3892ce0 100644
--- a/libcutils/tests/Android.bp
+++ b/libcutils/tests/Android.bp
@@ -20,6 +20,7 @@
android: {
srcs: [
"AshmemTest.cpp",
+ "fs_config.cpp",
"MemsetTest.cpp",
"PropertiesTest.cpp",
"sched_policy_test.cpp",
@@ -28,13 +29,13 @@
"android_get_control_socket_test.cpp",
"android_get_control_file_test.cpp",
"multiuser_test.cpp",
- "fs_config.cpp",
],
},
not_windows: {
srcs: [
"test_str_parms.cpp",
+ "fs_config.cpp",
],
},
},