diff options
author | David Su <dysu@google.com> | 2019-12-18 18:03:16 -0800 |
---|---|---|
committer | David Su <dysu@google.com> | 2019-12-18 20:49:23 -0800 |
commit | cc76f7e6f12ac241ed69dd74a318e8e76e43e5b6 (patch) | |
tree | fbe8bbbee79dd2e5d93a9fdefbfbf3320ac59f5a /tests | |
parent | c5adc90017e2f50cb4ee58d12587aa5fef012891 (diff) |
FrameworksWifiTests: build against framework-wifi
Give Wifi Service unit tests access to @hide APIs
in framework-wifi.
Bug: 146513037
Test: atest FrameworksWifiTests
Change-Id: I6e853a40f5f0e9c9dc9bd4c4cac826fa1947fdfc
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wifitests/Android.bp b/tests/wifitests/Android.bp index 918c6633a..c7b3abc78 100644 --- a/tests/wifitests/Android.bp +++ b/tests/wifitests/Android.bp @@ -17,6 +17,8 @@ android_test { name: "FrameworksWifiTests", + defaults: ["framework-wifi-test-defaults"], + srcs: [ "**/*.java", // wifi-service sources must be included here so that the latest changes @@ -99,7 +101,6 @@ android_test { ], min_sdk_version: "29", - platform_apis: true, privileged: true, test_suites: [ "device-tests", |