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

Commit e6bc6729 authored by Trevor Bunker's avatar Trevor Bunker
Browse files

Revert "android.hardware.camera.provider@2.4: set up /dev/vndbinder"

This reverts commit b4488af1.

Bug: 37302783
Bug: 37301743
Test: device boots to UI
Change-Id: I184ccb02c2dc188a7ff8ebb6256b2f6e72376758
parent 91bb86e5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ cc_binary {
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
	"libbinder",
        "liblog",
        "libutils",
        "android.hardware.camera.device@1.0",
+0 −5
Original line number Diff line number Diff line
@@ -19,16 +19,11 @@
#include <android/hardware/camera/provider/2.4/ICameraProvider.h>
#include <hidl/LegacySupport.h>

#include <binder/ProcessState.h>

using android::hardware::camera::provider::V2_4::ICameraProvider;
using android::hardware::defaultPassthroughServiceImplementation;

int main()
{
    ALOGI("Camera provider Service is starting.");
    // The camera HAL may communicate to other vendor components via
    // /dev/vndbinder
    android::ProcessState::initWithDriver("/dev/vndbinder");
    return defaultPassthroughServiceImplementation<ICameraProvider>("legacy/0", /*maxThreads*/ 6);
}