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