summaryrefslogtreecommitdiff
path: root/luni/src/test/java9language
Commit message (Collapse)AuthorAgeFilesLines
* [LSC] Add LOCAL_LICENSE_KINDS to libcoreBob Badour2021-02-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove duplicate libraries that are provided by system modulesPaul Duffin2019-09-201-5/+1
| | | | | | | | | | | | 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
* Move Java9LanguageFeaturesTest.java into correct directory.Pete Gillin2019-07-112-1/+1
| | | | | | | | | 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
* Set default visibility to privatePaul Duffin2019-07-021-2/+0
| | | | | | | | | | | | 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
* Fix formatting of luni/src/test/java9language/Android.bpPaul Duffin2019-07-021-1/+3
| | | | | | | | Appears to have been uploaded without running the preupload checks which prevented the formatting issues being detected. Test: m droid Change-Id: Icfa4d975f93f54bffca19db756784d1339727958
* Add a test for jarjar with Java 9 language features.Pete Gillin2019-06-283-0/+67
| | | | | | | | | | | 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
* Move Java9LanguageFeaturesTest into its own directory.Pete Gillin2019-06-272-0/+93
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