summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:49:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:49:08 +0000
commit7d04870865cd957239c823cab403e230f4ddca54 (patch)
treeac4b041f4208162c9ceb469af1d8264be5746f27
parent2f232b8c21b41042fb0f0d12f5cc94de383ee384 (diff)
parent20ca69d44bdd8b6ba651d8b5141091c7e4cd1751 (diff)
downloadlibcxxabi-simpleperf-release.tar.gz
Snap for 11400057 from 20ca69d44bdd8b6ba651d8b5141091c7e4cd1751 to simpleperf-releasesimpleperf-release
Change-Id: I8ba6017c87cf4a71d706c3a8f5169ad82bc4a844
-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__",
+ ],
+}