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

Commit afdd6efa authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8191477 from 2d22f846 to tm-d1-release

Change-Id: Iea808bd62f7cc79526941d22dd7cff558050dcd4
parents e208f4a3 2d22f846
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ cc_binary {
    shared_libs: [
        "libcutils",
        "libbinder",
        "libbinder_ndk",
        "libhidlbase",
        "liblog",
        "libutils",
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <string>
#include <vector>

#include <android/binder_process.h>
#include <binder/ProcessState.h>
#include <cutils/properties.h>
#include <hidl/HidlTransportSupport.h>
@@ -52,6 +53,9 @@ int main(int /* argc */, char* /* argv */ []) {
    // start a threadpool for vndbinder interactions
    ::android::ProcessState::self()->startThreadPool();

    ABinderProcess_setThreadPoolMaxThreadCount(1);
    ABinderProcess_startThreadPool();

    const int32_t defaultValue = -1;
    int32_t value =
        property_get_int32("persist.vendor.audio.service.hwbinder.size_kbyte", defaultValue);
+5 −0
Original line number Diff line number Diff line
@@ -24,5 +24,10 @@
    {
      "name": "DefaultVehicleHalTest"
    }
  ],
  "auto-postsubmit": [
    {
      "name": "AndroidCarApiTest"
    }
  ]
}
+31 −0
Original line number Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "hardware_interfaces_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["hardware_interfaces_license"],
}

cc_test {
    name: "VtsHalBluetoothAudioTargetTest",
    defaults: [
        "VtsHalTargetTestDefaults",
        "use_libaidlvintf_gtest_helper_static",
    ],
    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    shared_libs: [
        "android.hardware.audio.common-V1-ndk",
        "android.hardware.bluetooth.audio-V1-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "libbase",
        "libbinder_ndk",
        "libcutils",
        "libfmq",
    ],
    test_suites: [
        "general-tests",
        "vts",
    ],
}
+1660 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading