Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 115b1a7d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes Ie7e60128,I1a648227

* changes:
  Move AIDL library from shared to static for BT VTS
  Add bluetooth VTS to TEST_MAPPING
parents b53e8ef9 21ca742b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "presubmit" : [
    {
      "name" : "VtsHalBluetoothTargetTest"
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
@@ -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",