Merge "libcutils: tests" am: bac388e424

am: 6878cd20e6

Change-Id: I11758ee49eec3e19a5b9484af7c986eb3f3de769
This commit is contained in:
Mark Salyzyn 2016-11-30 17:34:10 +00:00 committed by android-build-merger
commit 2e88b5c803
1 changed files with 3 additions and 2 deletions

View File

@ -24,14 +24,15 @@ cc_defaults {
"PropertiesTest.cpp",
"sched_policy_test.cpp",
"trace-dev_test.cpp",
"test_str_parms.cpp",
"android_get_control_socket_test.cpp",
"android_get_control_file_test.cpp"
],
},
not_windows: {
srcs: [
"test_str_parms.cpp",
"android_get_control_socket_test.cpp",
"android_get_control_file_test.cpp"
],
},
},