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

Commit 349765b1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable UpdateService temporarily."

parents a9e2c594 53a2d617
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -64,7 +64,16 @@ int main(int argc __unused, char** argv)
    sp<ProcessState> proc(ProcessState::self());
    sp<IServiceManager> sm = defaultServiceManager();
    MediaExtractorService::instantiate();

    // TODO: Uncomment below once sepolicy change is landed.
    /*
    char value[PROPERTY_VALUE_MAX];
    property_get("ro.build.type", value, "unknown");
    if (strcmp(value, "userdebug") == 0 || strcmp(value, "eng") == 0) {
        media::MediaExtractorUpdateService::instantiate();
    }
    */

    ProcessState::self()->startThreadPool();
    IPCThreadState::self()->joinThreadPool();
}