summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-02 02:07:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-02 02:07:06 +0000
commite17511579c5d920307eece828060ba02d01855a4 (patch)
treeac4b041f4208162c9ceb469af1d8264be5746f27
parentdb728644bf98749f631b4a39f522362274ce7af4 (diff)
parent9034618d515bba4a26b43a2e5f469e2de107298c (diff)
downloadlibcxxabi-android14-qpr2-s3-release.tar.gz
Change-Id: I86c9b4290651479e3dcb43cebe75549bb2cbe584
-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__",
+ ],
+}