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

Commit 73b78ac7 authored by Phil Burk's avatar Phil Burk Committed by android-build-merger
Browse files

aaudio: disable MMAP mode by not creating AAudioService

am: 969f2c97

Change-Id: I360ee2a32a4ed67539932775ef8c1f001b756092
parents fbf55f74 969f2c97
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -132,7 +132,8 @@ int main(int argc __unused, char **argv)
        ALOGI("ServiceManager: %p", sm.get());
        AudioFlinger::instantiate();
        AudioPolicyService::instantiate();
        AAudioService::instantiate();
        // AAudioService disabled because we do not support MMAP mode in OC or OC-DR1.
        // AAudioService::instantiate();
        RadioService::instantiate();
        SoundTriggerHwService::instantiate();
        ProcessState::self()->startThreadPool();