Add core-lambda-stubs.jar
Content of README.google:
URL: https://developer.android.com/studio/index.html
Version: 1.8.0_45
License: GPL
License File: LICENSE
Description:
Core Lambda Stubs (package java.lang.invoke). From Android SDK build-tools
version 27.0.3
Local Modifications:
None.
Change-Id: I98292d17f5b364aca4f3ec33386143fb3f47c224
diff --git a/build.gradle b/build.gradle
index 49e69a2..8893820 100644
--- a/build.gradle
+++ b/build.gradle
@@ -292,6 +292,7 @@
"android_cts_baseline",
"shadow",
"ddmlib",
+ "core-lambda-stubs",
],
// All dex-vms have a fixed OS of Linux, as they are only supported on Linux, and will be run in a Docker
// container on other platforms where supported.