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

Commit 5c3aa170 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4632767 from 24775d8b to pi-release

Change-Id: I2ed8f35cea1e93110edfa39ac72d3c72230383e4
parents 39343aea 24775d8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := -Wall -Werror

LOCAL_SHARED_LIBRARIES := \
    libbinder \
    libhidlbase \
    libhidltransport \
    liblog \
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <android/hardware/audio/effect/2.0/IEffectsFactory.h>
#include <android/hardware/soundtrigger/2.0/ISoundTriggerHw.h>
#include <android/hardware/soundtrigger/2.1/ISoundTriggerHw.h>
#include <binder/ProcessState.h>
#include <hidl/HidlTransportSupport.h>
#include <hidl/LegacySupport.h>

@@ -36,6 +37,9 @@ using android::hardware::registerPassthroughServiceImplementation;
using android::OK;

int main(int /* argc */, char* /* argv */ []) {
    android::ProcessState::initWithDriver("/dev/vndbinder");
    // start a threadpool for vndbinder interactions
    android::ProcessState::self()->startThreadPool();
    configureRpcThreadpool(16, true /*callerWillJoin*/);
    android::status_t status;
    status = registerPassthroughServiceImplementation<IDevicesFactory>();
+3 −0
Original line number Diff line number Diff line
elaurent@google.com
krocard@google.com
mnaganov@google.com
+3 −0
Original line number Diff line number Diff line
elaurent@google.com
krocard@google.com
mnaganov@google.com
+3 −0
Original line number Diff line number Diff line
elaurent@google.com
krocard@google.com
mnaganov@google.com
Loading