aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:14 +0000
commit4c6f4975dd2dbed08022ec107356b5153bc4ae63 (patch)
tree5959a162b274485db3738733c58a4bd8122f4f82
parentb429e93fbf939d13875665f7666c36dde342371d (diff)
parent9d3a42dcabaaf6f23d782dbceac97f6fad4b6b22 (diff)
downloadcompiler-rt-android14-mainline-uwb-release.tar.gz
Change-Id: I20e1fc5af8dc5a5852959eaac7cba1e0ef554f94
-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"])