summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Liu <yudiliu@google.com>2023-01-10 10:44:04 -0800
committerYu Liu <yudiliu@google.com>2023-01-10 10:44:04 -0800
commit86f007b6970e1fd9c4122525889cdeca69d0619c (patch)
treeda581b4de069d56d05f325b8cea6f32ba74d9877
parent1e427d7d5d3374d566634148e2ac51eb2408bb70 (diff)
downloadextras-86f007b6970e1fd9c4122525889cdeca69d0619c.tar.gz
Make the extra profile lib available for all apex.
Bug: None Test: b build adbd apex. Change-Id: I8e7a13032e5ee79f2fbc84f9fe63feaab1d0450c
-rw-r--r--toolchain-extras/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain-extras/Android.bp b/toolchain-extras/Android.bp
index d48f081f..f15defda 100644
--- a/toolchain-extras/Android.bp
+++ b/toolchain-extras/Android.bp
@@ -82,6 +82,10 @@ cc_defaults {
cc_library_static {
name: "libprofile-clang-extras",
defaults: ["libprofile-clang-platform-defaults"],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}
cc_library_static {