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

Commit 2d3c8457 authored by Ralph Nathan's avatar Ralph Nathan Committed by android-build-merger
Browse files

Merge "brillo: Remove dependency on icu for Brillo."

am: 4472c761

* commit '4472c761':
  brillo: Remove dependency on icu for Brillo.
parents 179e0bb2 4472c761
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -125,7 +125,11 @@ int main(int argc __unused, char** argv)
            prctl(PR_SET_PDEATHSIG, SIGKILL);   // if parent media.log dies before me, kill me also
            setpgid(0, 0);                      // but if I die first, don't kill my parent
        }
#ifndef __BRILLO__
        // Brillo is headless and very resource constrained. As such, it doesn't
        // need an internationalization library for now.
        InitializeIcuOrDie();
#endif
        sp<ProcessState> proc(ProcessState::self());
        sp<IServiceManager> sm = defaultServiceManager();
        ALOGI("ServiceManager: %p", sm.get());