From ba4c32da03da8bbfeab4927f732c03e6270696cb Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 6 Apr 2025 00:50:53 +0100 Subject: [PATCH] oplus: Declare hidl_pixelworks_feature_interface Change-Id: I0896a93cc6c44628d5b79c75e58db9dcf6f58683 --- Android.bp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 5610bfa..2fdcf9c 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,5 @@ // -// Copyright (C) 2022-2023 The LineageOS Project +// SPDX-FileCopyrightText: 2022-2025 The LineageOS Project // SPDX-License-Identifier: Apache-2.0 // @@ -16,3 +16,10 @@ prebuilt_hidl_interfaces { "vendor.oplus.hardware.cameraextension@1.0::ICameraExtensionService", ], } + +prebuilt_hidl_interfaces { + name: "hidl_pixelworks_feature_interface", + interfaces: [ + "vendor.pixelworks.hardware.feature@1.0::IIrisFeature", + ], +}