Files
device_oneplus_msm8998-common/light/Android.bp
Georg Veichtlbauer 24b70cdddb msm8998-common: Switch to SPDX license identifiers
Change-Id: Ia5444ffa82f650b7ef202e8f0434f221a1fad862
2023-01-17 11:23:03 +01:00

25 lines
610 B
Plaintext

//
// Copyright (C) 2018 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_binary {
name: "android.hardware.light@2.0-service.oneplus_msm8998",
relative_install_path: "hw",
init_rc: ["android.hardware.light@2.0-service.oneplus_msm8998.rc"],
vintf_fragments: ["android.hardware.light@2.0-service.oneplus_msm8998.xml"],
srcs: [
"service.cpp",
"Light.cpp",
],
shared_libs: [
"libbase",
"libcutils",
"libhardware",
"libhidlbase",
"libutils",
"android.hardware.light@2.0",
],
proprietary: true,
}