diff options
author | David Su <dysu@google.com> | 2020-01-03 10:59:45 -0800 |
---|---|---|
committer | David Su <dysu@google.com> | 2020-01-03 11:02:21 -0800 |
commit | 07284f8f3a3554de9068f1a49f5a662573f16354 (patch) | |
tree | 6b51a7d49b72c4deb5598fdd3894e8c868746a8b /tests | |
parent | 539eb7bb477a4f37bc9dfd98d3f09bfddc677431 (diff) |
Move Wifi resources to apex_defaults
apex_defaults previously didn't support `apps`
attribute, so apps was duplicated. Refactor to
remove duplication.
Bug: 146163587
Test: device boots up and connects to wifi
Test: atest wifi_e2e_tests (apex install & rollback test)
Change-Id: Id6a0772fb80b57c43df3ef5f6126d37452ee0738
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/apex/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wifitests/apex/Android.bp b/tests/wifitests/apex/Android.bp index 88e6ce407..13b188044 100644 --- a/tests/wifitests/apex/Android.bp +++ b/tests/wifitests/apex/Android.bp @@ -21,8 +21,6 @@ apex { "//system/apex/tests", ], defaults: ["com.android.wifi-defaults"], - // TODO(b/146217017): move this to "com.android.wifi-defaults" - apps: ["wifi-service-resources"], manifest: "test_apex_manifest.json", file_contexts: ":com.android.wifi-file_contexts", // Test APEX, should never be installed |