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

am: 1bd5a3ff87

Change-Id: I619d560145d6d4058be35de74bc4ded503da455e
This commit is contained in:
Jakub Pawlowski 2017-07-07 01:34:39 +00:00 committed by android-build-merger
commit ef5d1b0209

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