Merge "Make RawAddress into a class (4/4)" am: 1bd5a3ff87

am: ef5d1b0209

Change-Id: I146d209c06a8975f5be4d26e808d8a85106f446c
This commit is contained in:
Jakub Pawlowski 2017-07-07 01:37:49 +00:00 committed by android-build-merger
commit f1d9ae0f9a

View file

@ -28,7 +28,10 @@ cc_test {
"libutils",
"android.hardware.bluetooth@1.0",
],
static_libs: ["VtsHalHidlTargetTestBase"],
static_libs: [
"VtsHalHidlTargetTestBase",
"libbluetooth-types",
],
cflags: [
"-O0",
"-g",