Files
android_hardware_oplus/Android.bp
Georg Veichtlbauer 5b137d3802 Import Google Pixel power-libperfmgr
From hw/pixel @ 9a19470

Change-Id: Ia946accc63762af44db71180d293e05a28ec26e5
2024-02-16 11:37:57 +01:00

20 lines
429 B
Plaintext

//
// Copyright (C) 2022-2023 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/qcom-caf/bootctrl",
],
}
prebuilt_hidl_interfaces {
name: "hidl_oplus_cameraextension_interface",
interfaces: [
"vendor.oplus.hardware.cameraextension@1.0::ICameraExtensionService",
],
}