// Copyright (C) 2020 The Android Open Source Project // Copyright (C) 2023 KonstaKANG // Copyright (C) 2025 Venkata Atchuta Bheemeswara Sarma Darbha // // SPDX-License-Identifier: Apache-2.0 cc_binary { name: "android.hardware.light-service.opi", relative_install_path: "hw", vendor: true, srcs: [ "Lights.cpp", "main.cpp", ], shared_libs: [ "android.hardware.light-V2-ndk", "libbase", "libbinder_ndk", ], installable: false, } prebuilt_etc { name: "android.hardware.light-service.opi.rc", src: "android.hardware.light-service.opi.rc", installable: false, } prebuilt_etc { name: "android.hardware.light-service.opi.xml", src: "android.hardware.light-service.opi.xml", sub_dir: "vintf", installable: false, } apex { name: "com.android.hardware.light.opi5", manifest: "apex_manifest.json", file_contexts: "apex_file_contexts", key: "com.android.hardware.key", certificate: ":com.android.hardware.certificate", updatable: false, vendor: true, binaries: ["android.hardware.light-service.opi"], prebuilts: [ "android.hardware.light-service.opi.rc", "android.hardware.light-service.opi.xml", ], }