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

Commit ffce26c0 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Git Automerger
Browse files

am f99498ee: CameraService: Use SCHED_FIFO for request queue thread in HFR

* commit 'f99498ee':
  CameraService: Use SCHED_FIFO for request queue thread in HFR
parents fe9a3c1b f99498ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
  BatteryNotifier.cpp \
  ISchedulingPolicyService.cpp \
  SchedulingPolicyService.cpp

LOCAL_SHARED_LIBRARIES := \
  libbinder \
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <binder/IServiceManager.h>
#include <utils/Mutex.h>
#include "ISchedulingPolicyService.h"
#include "SchedulingPolicyService.h"
#include "mediautils/SchedulingPolicyService.h"

namespace android {

Loading