From 9900e7e4dd303cff24863767c6e02824160bb92a Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 8 Sep 2020 20:05:31 +0200 Subject: [PATCH] davinci: Fix Android.bp formatting Change-Id: Id9b1deb6188b7af6170453d7f863bd54f8d360f9 --- fod/Android.bp | 4 ++-- init/Android.bp | 5 +++-- light/Android.bp | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/fod/Android.bp b/fod/Android.bp index 0ccb45a..464ca81 100644 --- a/fod/Android.bp +++ b/fod/Android.bp @@ -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", ], } diff --git a/init/Android.bp b/init/Android.bp index 0f6f3be..ed98859 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -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", + ], } diff --git a/light/Android.bp b/light/Android.bp index d088339..dc18935 100644 --- a/light/Android.bp +++ b/light/Android.bp @@ -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", ],