Skip to content
Snippets Groups Projects
Commit 43ffc371 authored by Colin Cross's avatar Colin Cross
Browse files

Use -target 8 for android_uiautomator

android_uiautomator is distributed as part of the SDK and should use
-target 8 for compatibility with old JDKs.

Bug: 150153790
Bug: 162522383
Test: javap -v -cp out/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/classes.jar com.android.uiautomator.core.Configurator | grep "major version"
Change-Id: I6871ab5436232ad3bffff6bd26adf2de6b3c06ff
Merged-In: I6871ab5436232ad3bffff6bd26adf2de6b3c06ff
(cherry picked from commit 51387a02)
parent 21e6488a
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ java_library_static {
"android.test.runner",
"junit",
],
java_version: "1.8",
}
java_library_static {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment