From ce06c8ba6ff4357bfed7a6c4a7d4392c11137ad8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 22 Jul 2024 11:20:35 -0700 Subject: [PATCH] health/2.1/default/Android.bp: Reformat with bpfmt -s -w Change-Id: I04a94776bda9bbd08b2af2dceba177e90f60e27c Signed-off-by: Bart Van Assche --- health/2.1/default/Android.bp | 2 +- health/utils/libhealthloop/Android.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/health/2.1/default/Android.bp b/health/2.1/default/Android.bp index b7bcea5d18..00d89e274c 100644 --- a/health/2.1/default/Android.bp +++ b/health/2.1/default/Android.bp @@ -81,7 +81,7 @@ cc_binary { ], vintf_fragments: [ - "android.hardware.health@2.1.xml" + "android.hardware.health@2.1.xml", ], overrides: [ diff --git a/health/utils/libhealthloop/Android.bp b/health/utils/libhealthloop/Android.bp index 7aaf90516e..b266f67bd8 100644 --- a/health/utils/libhealthloop/Android.bp +++ b/health/utils/libhealthloop/Android.bp @@ -30,8 +30,8 @@ cc_library_static { "utils.cpp", ], shared_libs: [ - "libcutils", "libbase", + "libcutils", ], header_libs: [ "libbatteryservice_headers",