aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:00:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:00:29 +0000
commit0a78bc3d53608f47951bde66925aa369f68a01de (patch)
treeaa1809d67f44dab1b360bd752d85691b1a189d62
parent4c08476f7d2b3885625353693136d77f4ee65a56 (diff)
parentba5c0d4613523dd719ffc4b127da9207071bfcd0 (diff)
downloadeigen-android12-mainline-tzdata2-release.tar.gz
Change-Id: I408eb202aa375b65d7118bfa8f43a3a6dd7712bb
-rw-r--r--Android.bp52
-rw-r--r--Eigen/Core1
-rw-r--r--Eigen/src/Core/arch/CUDA/Half.h1
-rw-r--r--METADATA3
-rw-r--r--blas/Android.bp9
5 files changed, 0 insertions, 66 deletions
diff --git a/Android.bp b/Android.bp
index 23c3280d0..d7717e412 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,58 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["external_eigen_license"],
-}
-
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
-//
-// large-scale-change included anything that looked like it might be a license
-// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
-//
-// Please consider removing redundant or irrelevant files from 'license_text:'.
-// See: http://go/android-license-faq
-license {
- name: "external_eigen_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- "SPDX-license-identifier-BSD",
- "SPDX-license-identifier-BSL-1.0",
- "SPDX-license-identifier-GPL",
- "SPDX-license-identifier-GPL-2.0",
- "SPDX-license-identifier-GPL-3.0",
- "SPDX-license-identifier-LGPL",
- "SPDX-license-identifier-LGPL-2.1",
- "SPDX-license-identifier-LGPL-3.0",
- "SPDX-license-identifier-MIT",
- "SPDX-license-identifier-MPL",
- "SPDX-license-identifier-MPL-2.0",
- "legacy_unencumbered",
- ],
- license_text: [
- "COPYING.BSD",
- "COPYING.GPL",
- "COPYING.LGPL",
- "COPYING.MINPACK",
- "COPYING.MPL2",
- "COPYING.README",
- "NOTICE",
- ],
-}
-
cc_library_headers {
name: "libeigen",
diff --git a/Eigen/Core b/Eigen/Core
index ac7e39418..0f7fa630d 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -260,7 +260,6 @@
#include <cmath>
#include <cassert>
#include <functional>
-#include <sstream>
#include <iosfwd>
#include <cstring>
#include <string>
diff --git a/Eigen/src/Core/arch/CUDA/Half.h b/Eigen/src/Core/arch/CUDA/Half.h
index 88dd385a5..294c517ea 100644
--- a/Eigen/src/Core/arch/CUDA/Half.h
+++ b/Eigen/src/Core/arch/CUDA/Half.h
@@ -42,7 +42,6 @@
#define EIGEN_EXPLICIT_CAST(tgt_type) operator tgt_type()
#endif
-#include <sstream>
namespace Eigen {
diff --git a/METADATA b/METADATA
deleted file mode 100644
index 6d8601bb6..000000000
--- a/METADATA
+++ /dev/null
@@ -1,3 +0,0 @@
-third_party {
- license_type: RESTRICTED
-}
diff --git a/blas/Android.bp b/blas/Android.bp
index b8a3bf47f..4d72be212 100644
--- a/blas/Android.bp
+++ b/blas/Android.bp
@@ -12,15 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "external_eigen_license"
- // to get the below license kinds:
- // SPDX-license-identifier-MPL-2.0
- default_applicable_licenses: ["external_eigen_license"],
-}
-
cc_defaults {
name: "eigen-defaults",
srcs: [