From 264973663ce84e73a0a88aeff6b6ec1a7971afb0 Mon Sep 17 00:00:00 2001 From: Benedict Wong Date: Mon, 10 Aug 2020 17:54:33 -0700 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') 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", -- cgit v1.2.3