From 797c509c691f8b34136e1cb187564004371df37c Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Fri, 23 Oct 2020 05:52:26 +0000 Subject: [PATCH] Switch "system/core/base" ref to "system/libbase" BUG: 148941208 Test: TH Change-Id: I49184ac6e4d73172ddc066683dbd1ad3f2fc8429 --- health/1.0/default/Android.bp | 2 +- health/1.0/default/libhealthd/Android.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/health/1.0/default/Android.bp b/health/1.0/default/Android.bp index b815eae3b1..aab9cc72b5 100644 --- a/health/1.0/default/Android.bp +++ b/health/1.0/default/Android.bp @@ -4,7 +4,7 @@ cc_library_static { recovery_available: true, srcs: ["convert.cpp"], include_dirs: [ - "system/core/base/include", + "system/libbase/include", ], header_libs: ["libhealthd_headers"], export_header_lib_headers: ["libhealthd_headers"], diff --git a/health/1.0/default/libhealthd/Android.bp b/health/1.0/default/libhealthd/Android.bp index a90d50dff2..43463eb4bd 100644 --- a/health/1.0/default/libhealthd/Android.bp +++ b/health/1.0/default/libhealthd/Android.bp @@ -6,6 +6,6 @@ cc_library_static { vendor_available: true, recovery_available: true, cflags: ["-Werror"], - include_dirs: ["system/core/base/include"], + include_dirs: ["system/libbase/include"], header_libs: ["libhealthd_headers"], }