| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added SPDX-license-identifier-Apache-2.0 to:
benchmarks/Android.bp
luni/Android.bp
luni/src/main/native/Android.bp
luni/src/test/annotations/Android.bp
luni/src/test/filesystems/Android.bp
luni/src/test/java9language/Android.bp
luni/src/test/parameter_metadata/Android.bp
metrictests/memory/apps/Android.bp
metrictests/memory/host/Android.bp
tools/upstream/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
SPDX-license-identifier-GPL SPDX-license-identifier-GPL-2.0
SPDX-license-identifier-LGPL SPDX-license-identifier-MIT
SPDX-license-identifier-OpenSSL SPDX-license-identifier-Unicode-DFS
SPDX-license-identifier-W3C legacy_unencumbered
to:
Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
SPDX-license-identifier-GPL-2.0
SPDX-license-identifier-GPL-with-classpath-exception
to:
ojluni/Android.bp
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-GPL
SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-LGPL
SPDX-license-identifier-MIT SPDX-license-identifier-W3C
to:
expectations/Android.bp
mmodules/core_platform_api/Android.bp
mmodules/intracoreapi/Android.bp
Added SPDX-license-identifier-GPL-2.0
to:
ojluni/src/main/native/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: Idbba598515cdd7aaf7a244c330c11e082a36ce89
|
| |
|
|
|
|
|
|
|
|
|
|
| |
An improvement in the Soong build means that it is no longer necessary
to duplicate the libraries that it provides. This change removes the
duplicates and moves the system_modules property next to sdk_version
property to be consistent and because those properties are tightly
coupled.
Bug: 141359858
Test: m checkbuild
Change-Id: Ifaa9ece8624e569c522a92d8ed0b5e8b23bb2551
|
| |
|
|
|
|
|
|
|
| |
The path accidentally didn't quite match the package name (with its
repeated libcore), which violates the convention, and causes issues
for some tools (e.g. vogar considers it an error).
Test: cts-tradefed run cts-dev -m CtsLibcoreTestCase -t libcore.libcore.internal
Change-Id: Iadd4ac5a28ca9041514804d672dc480f96824213
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Takes advantage of a new mechanism for specifying the default visibility
of all modules in a package to restrict the visibility of libcore
modules as much as possible:
package {default_visibility: ["//visibility:private"]}
Bug: 133290645
Bug: 134379140
Test: m droid
Change-Id: I2ba1a6131993d218fd65cd4a8f0ad29a7a83df14
|
| |
|
|
|
|
|
|
| |
Appears to have been uploaded without running the preupload checks
which prevented the formatting issues being detected.
Test: m droid
Change-Id: Icfa4d975f93f54bffca19db756784d1339727958
|
| |
|
|
|
|
|
|
|
|
|
| |
A genrule generates a clone of Java9LanguageFeaturesTest which uses a
version of Java9LanguageFeatures repackaged by jarjar. This ensures
that jarjar is able to handle a class file which must be at least
v53 and includes bytecode compiled from Java 9 language features.
Test: cts-tradefed run cts-dev -m CtsLibcoreTestCase -t libcore.libcore.internal
Bug: 64761972
Change-Id: I449d903b3cf36a2e8428e8de9097028c57f8c7c5
|
|
|
This is in preparation for http://r.android.com/999933, which adds
more build file complexity around this test, and means that complexity
is kept out of the top-level libcore JavaLibrary.bp.
Test: cts-tradefed run cts-dev -m CtsLibcoreTestCase -t libcore.libcore.internal
Change-Id: I31bb233925cfb39c0654b0af0813b33b26527787
|