Merge "Make RawAddress into a class (4/4)" am: 1bd5a3ff87
am: ef5d1b0209
Change-Id: I146d209c06a8975f5be4d26e808d8a85106f446c
This commit is contained in:
commit
f1d9ae0f9a
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ cc_test {
|
|||
"libutils",
|
||||
"android.hardware.bluetooth@1.0",
|
||||
],
|
||||
static_libs: ["VtsHalHidlTargetTestBase"],
|
||||
static_libs: [
|
||||
"VtsHalHidlTargetTestBase",
|
||||
"libbluetooth-types",
|
||||
],
|
||||
cflags: [
|
||||
"-O0",
|
||||
"-g",
|
||||
|
|
Loading…
Reference in a new issue