Create VCN folder
This is a preparation CL to decouple VCN from the platform code.
It follow the steps suggested by go/mainline-onboarding-in-trunk-stable.
Eventually VCN will be moved to Tethering module. Followup CLs will
migrate all VCN source code to this folder and thus VCN will not
automatically be built into the framework.jar and services.jar anymore.
Bug: 369703242
Test: build and boot
Flag: EXEMPT no functional change
Change-Id: I41484406ab88a8910a87f8df9e53199731c0ce08
diff --git a/packages/Vcn/OWNERS b/packages/Vcn/OWNERS
new file mode 100644
index 0000000..ff2146e
--- /dev/null
+++ b/packages/Vcn/OWNERS
@@ -0,0 +1,6 @@
[email protected]
[email protected]
[email protected] #{LAST_RESORT_SUGGESTION}
[email protected] #{LAST_RESORT_SUGGESTION}
+
+include platform/packages/modules/common:/MODULES_OWNERS
\ No newline at end of file