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