From a78c30d256ae69a00d4bf95646ee9bdb86c8e034 Mon Sep 17 00:00:00 2001 From: Abhishek Pandit-Subedi Date: Tue, 7 Feb 2023 10:49:05 -0800 Subject: libchrome: Export base/functional headers For forward compatibility with r1093705 libchrome where base/{bind.h, callback.h, callback_forward.h, callback_helpers.h} are moved to base/functional/. This makes migration in CrOS easier on client packages shared with Android. Bug: 266161904 Test: mma -j packages/modules/Bluetooth Change-Id: Ifd622f442ba861c0f49e04e99702f41d27784618 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.bp b/Android.bp index a97429f2dd..82a7608167 100644 --- a/Android.bp +++ b/Android.bp @@ -162,6 +162,10 @@ filegroup { "base/files/scoped_file.h", "base/files/scoped_temp_dir.h", "base/format_macros.h", + "base/functional/bind.h", + "base/functional/callback.h", + "base/functional/callback_forward.h", + "base/functional/callback_helpers.h", "base/gtest_prod_util.h", "base/guid.h", "base/hash.h", -- cgit v1.2.3