Mark NetworkStack as coreApp

Packages marked as coreApp will be included in the parsed packages when
booting in encrypted or encrypting state, on legacy devices (upgrading
from P) that support FDE, not FBE.

This fixes a bug on such devices where the system server cannot load
because of the missing NetworkStack.

Bug: 197282772
Test: Installed updated app on device, booted, checked connectivity,
      verified that PackageInfo has coreApp=true.
Change-Id: I0887b14819654f2c14501f78bfe5bc61d062dcf9
diff --git a/AndroidManifest_Next.xml b/AndroidManifest_Next.xml
index 9ad69ae..244d465 100644
--- a/AndroidManifest_Next.xml
+++ b/AndroidManifest_Next.xml
@@ -18,5 +18,6 @@
           package="com.android.networkstack"
           android:sharedUserId="android.uid.networkstack"
           android:versionCode="320000000"
-          android:versionName="T-next">
+          android:versionName="T-next"
+          coreApp="true">
 </manifest>