From 4fb1a0c08141caee590a922f1ca7df3b93a06426 Mon Sep 17 00:00:00 2001 From: Michael Plass Date: Thu, 21 Nov 2019 14:48:34 -0800 Subject: Set java version for wifi unit tests Be explicit about the allowed java version for the unit tests. Bug: 144936502 Test: frameworks/opt/net/wifi/tests/wifitests/coverage.sh /tmp/cov Test: atest FrameworksWifiTests Change-Id: Idf28963061a493aca22caf153a14454b5e36b75e --- tests/wifitests/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/wifitests/Android.bp b/tests/wifitests/Android.bp index 5dd90c1fc..2e3b28ecf 100644 --- a/tests/wifitests/Android.bp +++ b/tests/wifitests/Android.bp @@ -390,6 +390,8 @@ android_test { dxflags: ["--multi-dex"], + java_version: "1.9", + // wifi-service and services must be included here so that the latest changes // will be used when tests. Otherwise the tests would run against the installed // system. -- cgit v1.2.3