diff options
author | 2024-10-03 00:06:38 +0000 | |
---|---|---|
committer | 2024-11-07 01:04:49 +0000 | |
commit | 7fb128af5c0a6c22ea011ec0ce5075f67b78f746 (patch) | |
tree | 827fb4f580dd4aaecf9cc385af1a9b24e9d86c57 | |
parent | 0a4e0d8c509876f1fa44d65bf5e8cb97888bd6c3 (diff) |
Explicitly include VCN API stubs
VCN will be migrated to mainline module. This commit updates
Wifi to depend on VCN's API stubs to continue accessing VCN APIs
Bug: 369703242
Test: build and boot
Flag: EXEMPT no functional change
Change-Id: I987e718ac9770067936825235f0fe4d70276c8f2
-rw-r--r-- | service/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/Android.bp b/service/Android.bp index ae9e40cd85..5528b0ce3e 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -61,6 +61,7 @@ java_library { "framework-bluetooth.stubs.module_lib", "framework-configinfrastructure.stubs.module_lib", "framework-connectivity.stubs.module_lib", + "framework-connectivity-b.stubs.module_lib", "framework-connectivity-t.stubs.module_lib", "framework-location.stubs.module_lib", "framework-statsd.stubs.module_lib", |