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

Commit eb33d944 authored by Victor Chang's avatar Victor Chang
Browse files

Remove AIcu_initializeIcuOrDie() call

Bug: 132621877
Test: device boots
Change-Id: I53323fb1f78d1ce02f0312d85ec3e85f23d206cc
parent d5a46a87
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#define LOG_TAG "mediaserver"
//#define LOG_NDEBUG 0

#include <aicu/AIcu.h>
#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <binder/IServiceManager.h>
@@ -39,7 +38,6 @@ int main(int argc __unused, char **argv __unused)
    sp<ProcessState> proc(ProcessState::self());
    sp<IServiceManager> sm(defaultServiceManager());
    ALOGI("ServiceManager: %p", sm.get());
    AIcu_initializeIcuOrDie();
    MediaPlayerService::instantiate();
    ResourceManagerService::instantiate();
    registerExtensions();