aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Radcliffe <tradical@google.com>2023-03-28 16:22:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-28 16:22:17 +0000
commit3e7fb57c47d254091d18b41c8777c69714bb9592 (patch)
treee5859cafe75f31767fa90a14798ceec21ba8dba8
parentb429e93fbf939d13875665f7666c36dde342371d (diff)
parent4efb7e9160fd792d183b313e13bb07871153fd27 (diff)
downloadcompiler-rt-3e7fb57c47d254091d18b41c8777c69714bb9592.tar.gz
Merge "Add build file for CFI file" am: d3d83ff1ba am: 9b6a75761d am: 395d992abb am: 4efb7e9160
Original change: https://android-review.googlesource.com/c/platform/external/compiler-rt/+/2503136 Change-Id: I6a2b28a6b76c574bb9168812efa5c06d6bd5654d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--lib/cfi/BUILD15
-rw-r--r--lib/cfi/LICENSE29
2 files changed, 44 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"])
diff --git a/lib/cfi/LICENSE b/lib/cfi/LICENSE
new file mode 100644
index 000000000..05df1dbcb
--- /dev/null
+++ b/lib/cfi/LICENSE
@@ -0,0 +1,29 @@
+Copyright (C) 2023 The Android Open Source Project
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+
+This file implements interfaces from the file jvm.h. This implementation
+is licensed under the same terms as the file jvm.h. The
+copyright and license information for the file jvm.h follows.
+
+Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+
+This code is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 2 only, as
+published by the Free Software Foundation. Oracle designates this
+particular file as subject to the "Classpath" exception as provided
+by Oracle in the LICENSE file that accompanied this code.
+
+This code is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+version 2 for more details (a copy is included in the LICENSE file that
+accompanied this code).
+
+You should have received a copy of the GNU General Public License version
+2 along with this work; if not, write to the Free Software Foundation,
+Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+or visit www.oracle.com if you need additional information or have any
+questions.