From f677f346bc334de221e065dc531b84ed567271d7 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 6 Feb 2019 19:09:21 -0600 Subject: [PATCH] livedisplay: Fix racy init * It turns out moving this to class main doesn't work as well as some had thought it would, so restore the previous logic to use class hal, and restart if the backend isn't up yet Change-Id: Ib8b417d89108dcf80d0d159e8d84e5327944b2a1 --- .../livedisplay/vendor.lineage.livedisplay@2.1-service.oplus.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidl/livedisplay/vendor.lineage.livedisplay@2.1-service.oplus.rc b/hidl/livedisplay/vendor.lineage.livedisplay@2.1-service.oplus.rc index 7560319..7abdf92 100644 --- a/hidl/livedisplay/vendor.lineage.livedisplay@2.1-service.oplus.rc +++ b/hidl/livedisplay/vendor.lineage.livedisplay@2.1-service.oplus.rc @@ -1,4 +1,4 @@ service vendor.livedisplay-hal-2-1 /vendor/bin/hw/vendor.lineage.livedisplay@2.1-service.oplus - class hal + class late_start user system group system