summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Liu <yudiliu@google.com>2023-01-12 22:51:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-01-12 22:51:15 +0000
commitdfbfb9cccaf4d68d91d18dd645b0acb87c474e0c (patch)
tree1f90caa3771eef74b53a8091cd78d1bb5ae1e967
parentd7132951b335944d96bcf6b8eef68192c364b301 (diff)
parent86f007b6970e1fd9c4122525889cdeca69d0619c (diff)
downloadextras-dfbfb9cccaf4d68d91d18dd645b0acb87c474e0c.tar.gz
Merge "Make the extra profile lib available for all apex."
-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 {