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

Commit d6fe406c authored by vichang's avatar vichang Committed by Automerger Merge Worker
Browse files

Merge "Remove AIcu_initializeIcuOrDie() call" am: 0eeb519a am: 975aa24a...

Merge "Remove AIcu_initializeIcuOrDie() call" am: 0eeb519a am: 975aa24a am: d321357c am: 61067e5e

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1450136

Change-Id: I1b4333c13e1f393de1311604602e3e108fc22795
parents c9f24e88 61067e5e
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();