summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Pandit-Subedi <abhishekpandit@google.com>2023-02-07 10:49:05 -0800
committerAbhishek Pandit-Subedi <abhishekpandit@google.com>2023-02-07 10:52:20 -0800
commita78c30d256ae69a00d4bf95646ee9bdb86c8e034 (patch)
tree2564172f2064fe230b73f03cf3484a2f4c9d7fe6
parent57f727b567b5eed80427cdb3b5526dbbb4a32f6b (diff)
downloadlibchrome-a78c30d256ae69a00d4bf95646ee9bdb86c8e034.tar.gz
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
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
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",