summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2019-12-18 18:03:16 -0800
committerDavid Su <dysu@google.com>2019-12-18 20:49:23 -0800
commitcc76f7e6f12ac241ed69dd74a318e8e76e43e5b6 (patch)
treefbe8bbbee79dd2e5d93a9fdefbfbf3320ac59f5a /tests
parentc5adc90017e2f50cb4ee58d12587aa5fef012891 (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.bp3
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",