aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:00:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:00:13 +0000
commit00d0f0705a84dabcc699c86071af7e049cc8edec (patch)
tree5959a162b274485db3738733c58a4bd8122f4f82
parent88603bb66777f0f7fda5b32de63fd63bdd608dd6 (diff)
parent9d3a42dcabaaf6f23d782dbceac97f6fad4b6b22 (diff)
downloadcompiler-rt-android14-mainline-os-statsd-release.tar.gz
Change-Id: I63ccf1a7127638f3dd5028159499eec22a416b2f
-rw-r--r--lib/cfi/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/cfi/BUILD b/lib/cfi/BUILD
new file mode 100644
index 000000000..0a8014cf7
--- /dev/null
+++ b/lib/cfi/BUILD
@@ -0,0 +1,15 @@
+# Copyright (C) 2023 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+exports_files(["cfi_blocklist.txt"])