diff options
author | Benedict Wong <benedictwong@google.com> | 2020-08-10 17:54:33 -0700 |
---|---|---|
committer | Benedict Wong <benedictwong@google.com> | 2020-12-16 17:51:58 -0800 |
commit | 264973663ce84e73a0a88aeff6b6ec1a7971afb0 (patch) | |
tree | d2cfae9d8cde431d1d7313554f95693a59f22510 /Android.bp | |
parent | ad3271875a1e1c083bf390d2f8cf960f5b8f297c (diff) |
Implement basic VcnConfig and VcnGatewayConnectionConfig
This change adds some of the basic fields in VcnConfig and
VcnGatewayConnectionConfig, plus adds a persistability layer to ensure
all VcnConfig(s) are disk-stable.
Bug: 163602123
Bug: 163594033
Test: New tests added, passing
Change-Id: I2e632532809e7768b284be376f2b0a77f634fef5
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 26e716530426..4b3c22da5c7c 100644 --- a/Android.bp +++ b/Android.bp @@ -314,6 +314,7 @@ filegroup { ":framework-telecomm-sources", ":framework-telephony-common-sources", ":framework-telephony-sources", + ":framework-vcn-util-sources", ":framework-wifi-annotations", ":framework-wifi-non-updatable-sources", ":PacProcessor-aidl-sources", |