summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-11-29 13:45:25 -0800
committerCole Faust <colefaust@google.com>2023-11-29 13:45:25 -0800
commita07162d9edded852c2cec533b5b0d0b0bef2618c (patch)
treeac4b041f4208162c9ceb469af1d8264be5746f27
parentdb728644bf98749f631b4a39f522362274ce7af4 (diff)
downloadlibcxxabi-a07162d9edded852c2cec533b5b0d0b0bef2618c.tar.gz
Add libcxxabi_headers filegroup
libc_musl_sysroot_libc++_headers needs it. Bug: 307824623 Test: m libc_musl_sysroot_libc++_headers with aosp/2850015 Change-Id: Ie2c8e9c22f0a60ddbb5d8374aa9c87eb046378b1
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 83b2965..84794c5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -207,3 +207,11 @@ genrule {
" include/**/*:include " +
" NOTICE:NOTICE.libc++abi",
}
+
+filegroup {
+ name: "libcxxabi_headers",
+ srcs: ["include/*.h"],
+ visibility: [
+ "//external/libcxx:__subpackages__",
+ ],
+}