aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp39
-rw-r--r--METADATA3
l---------NOTICE1
-rw-r--r--config.h2
4 files changed, 22 insertions, 23 deletions
diff --git a/Android.bp b/Android.bp
index 801cffa3..8ef0406b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,21 +1,18 @@
-package {
- default_applicable_licenses: ["external_strace_license"],
-}
-
-license {
- name: "external_strace_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-BSD",
- "SPDX-license-identifier-FSFAP",
- "SPDX-license-identifier-MIT",
- "legacy_notice",
- "legacy_unencumbered",
- ],
- license_text: [
- "COPYING",
- ],
-}
+//
+// Copyright (C) 2006 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.
+//
cc_binary {
@@ -292,6 +289,12 @@ cc_binary {
"linux",
],
},
+ mips: {
+ enabled: false,
+ },
+ mips64: {
+ enabled: false,
+ },
x86: {
cflags: ["-DI386=1"] + ["-DHAVE_STRUCT___OLD_KERNEL_STAT=1"],
diff --git a/METADATA b/METADATA
deleted file mode 100644
index d97975ca..00000000
--- a/METADATA
+++ /dev/null
@@ -1,3 +0,0 @@
-third_party {
- license_type: NOTICE
-}
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 00000000..7a694c96
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file
diff --git a/config.h b/config.h
index 7cccfc75..58a16285 100644
--- a/config.h
+++ b/config.h
@@ -781,9 +781,7 @@
#define HAVE_LINUX_KCMP_H 1
/* Define to 1 if you have the <linux/kvm.h> header file. */
-#if defined(__LP64__)
#define HAVE_LINUX_KVM_H 1
-#endif
/* Define to 1 if you have the <linux/memfd.h> header file. */
#define HAVE_LINUX_MEMFD_H 1