diff options
author | Michael Plass <mplass@google.com> | 2019-11-22 14:04:10 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-11-22 14:04:10 +0000 |
commit | 47b70cfb5d9ed4aaf7c2e9d94b5a6bad0d786652 (patch) | |
tree | cfab853d4e6ee667c1113af3a670f028ab890a2b /tests | |
parent | 4f0cb572c606455ae8e28275f3cd08e37e5e43ed (diff) | |
parent | 4fb1a0c08141caee590a922f1ca7df3b93a06426 (diff) |
Merge "Set java version for wifi unit tests"
Diffstat (limited to 'tests')
-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. |