diff options
-rw-r--r-- | tests/wifitests/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
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. |