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

Unverified Commit 04b72f48 authored by LuK1337's avatar LuK1337
Browse files

fixup! audio: aidl: default: primary: Read LatencyMs from prop

error: no member named 'GetIntProperty' in namespace 'android::base'
   67 |     return ::android::base::GetIntProperty(kLatencyMsProp, kLatencyMs);
      |            ~~~~~~~~~~~~~~~~~^
1 error generated.

Change-Id: I9ca4dcecfc84d68cbe5aaa879cc1f972105e3b08
parent f18155e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#define LOG_TAG "AHAL_ModulePrimary"
#include <Utils.h>
#include <android-base/logging.h>
#include <android-base/properties.h>

#include "core-impl/ModulePrimary.h"
#include "core-impl/StreamPrimary.h"