Audio VTS: Change test utility from dyn to static lib am: 0718333765

am: 292ac584b7

Change-Id: I0f54c5961b699e34382bb18fdd914ab56d3ef25d
This commit is contained in:
Kevin Rocard
2017-07-20 16:33:57 +00:00
committed by android-build-merger
2 changed files with 4 additions and 2 deletions

View File

@@ -29,9 +29,11 @@ cc_test {
"libxml2",
"android.hardware.audio@2.0",
"android.hardware.audio.common@2.0",
],
static_libs: [
"VtsHalHidlTargetTestBase",
"android.hardware.audio.common.test.utility",
],
static_libs: ["VtsHalHidlTargetTestBase"],
cflags: [
"-O0",
"-g",

View File

@@ -14,7 +14,7 @@
// limitations under the License.
//
cc_library_shared {
cc_library_static {
name: "android.hardware.audio.common.test.utility",
defaults : ["hidl_defaults"],
srcs: ["src/ValidateXml.cpp"],