From 2b4209ff9395d7d346e8f7377a5bd98a8358978b Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 4 Nov 2019 12:34:08 -0800 Subject: [PATCH] camer 2.5 lazy service: fix interface decls This fails to compile on builds where host init verifier is being used because the entire interface inheritance hierarchy must be present. This appears to be a simple case of a missed fixup in a bulk operation, since the other .rc files in this directory already have this change. Bug: N/A Test: build fixed Change-Id: If7f40f2532c90f4105f36c6bbcd64a318e557ab0 --- .../android.hardware.camera.provider@2.5-service-lazy_64.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera/provider/2.5/default/android.hardware.camera.provider@2.5-service-lazy_64.rc b/camera/provider/2.5/default/android.hardware.camera.provider@2.5-service-lazy_64.rc index aa070d9b3a..955b28e6b4 100644 --- a/camera/provider/2.5/default/android.hardware.camera.provider@2.5-service-lazy_64.rc +++ b/camera/provider/2.5/default/android.hardware.camera.provider@2.5-service-lazy_64.rc @@ -1,6 +1,6 @@ service vendor.camera-provider-2-5 /vendor/bin/hw/android.hardware.camera.provider@2.5-service-lazy_64 interface android.hardware.camera.provider@2.5::ICameraProvider legacy/0 - interface android.hardware.camera.provider@2.5::ICameraProvider legacy/0 + interface android.hardware.camera.provider@2.4::ICameraProvider legacy/0 oneshot disabled class hal