aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-04 03:35:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-04 03:35:51 +0000
commitaf7689c71f900f475948a7f3d84b12172ffb2c8e (patch)
tree5959a162b274485db3738733c58a4bd8122f4f82
parent6982181b6441c2f960b060c87f60a3e87b744b6b (diff)
parent0335af98bb0fff808d2db418a79991f81a95d9ef (diff)
downloadcompiler-rt-af7689c71f900f475948a7f3d84b12172ffb2c8e.tar.gz
Snap for 9877790 from 0335af98bb0fff808d2db418a79991f81a95d9ef to build-tools-release
Change-Id: I2a7c2da572668099cd9967c7de80cd1e82fc9d81
-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"])