Merge "Make RawAddress into a class (4/4)"

This commit is contained in:
Treehugger Robot
2017-07-07 01:29:30 +00:00
committed by Gerrit Code Review

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",