mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
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:
7
bluetooth/aidl/TEST_MAPPING
Normal file
7
bluetooth/aidl/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"presubmit" : [
|
||||
{
|
||||
"name" : "VtsHalBluetoothTargetTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user