Merge changes Ie7e60128,I1a648227

* changes:
  Move AIDL library from shared to static for BT VTS
  Add bluetooth VTS to TEST_MAPPING
This commit is contained in:
Treehugger Robot
2023-01-20 02:02:52 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"presubmit" : [
{
"name" : "VtsHalBluetoothTargetTest"
}
]
}

View File

@@ -15,12 +15,12 @@ cc_test {
],
srcs: ["VtsHalBluetoothTargetTest.cpp"],
shared_libs: [
"android.hardware.bluetooth-V1-ndk",
"libbase",
"libbinder_ndk",
"libcutils",
],
static_libs: [
"android.hardware.bluetooth-V1-ndk",
"libbluetooth-types",
],
test_config: "VtsHalBluetoothTargetTest.xml",