davinci: Fix Android.bp formatting

Change-Id: Id9b1deb6188b7af6170453d7f863bd54f8d360f9
This commit is contained in:
Arian 2020-09-08 20:05:31 +02:00
parent e68fa0e063
commit 9900e7e4dd
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
3 changed files with 10 additions and 9 deletions

View File

@ -15,9 +15,9 @@
cc_binary {
name: "vendor.lineage.biometrics.fingerprint.inscreen@1.0-service.davinci",
defaults: ["hidl_defaults"],
vintf_fragments: ["vendor.lineage.biometrics.fingerprint.inscreen@1.0-service.davinci.xml"],
init_rc: ["vendor.lineage.biometrics.fingerprint.inscreen@1.0-service.davinci.rc"],
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"service.cpp",
@ -43,6 +43,6 @@ cc_library_static {
name: "libfod_extension.davinci",
srcs: ["FodExtension.cpp"],
include_dirs: [
"frameworks/native/services/surfaceflinger/CompositionEngine/include"
"frameworks/native/services/surfaceflinger/CompositionEngine/include",
],
}

View File

@ -13,12 +13,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
cc_library_static {
name: "libinit_davinci",
srcs: ["init_davinci.cpp"],
recovery_available: true,
include_dirs: [
"system/core/base/include",
"system/core/init"
]
"system/core/init",
],
}

View File

@ -1,4 +1,5 @@
// Copyright (C) 2019 The LineageOS Project
//
// Copyright (C) 2019-2020 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -13,13 +14,13 @@
// limitations under the License.
cc_binary {
relative_install_path: "hw",
defaults: ["hidl_defaults"],
name: "android.hardware.light@2.0-service.davinci",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.light@2.0-service.davinci.rc"],
relative_install_path: "hw",
srcs: [
"service.cpp",
"Light.cpp",
"Light.cpp",
],
vendor: true,
shared_libs: [
@ -28,7 +29,6 @@ cc_binary {
"libhardware",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
],