Merge "Add new method to update Layer2 information when L2 roaming happens." am: b844596d02 am: b652d668bc

Change-Id: I85eabccb6f5d5f322c8e3df556ceef6647616f5a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f68cdf9..6524efe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,7 +19,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
   package="com.android.networkstack"
   android:sharedUserId="android.uid.networkstack"
-  android:versionCode="299900000"
+  android:versionCode="300000000"
   android:versionName="2019-09"
 >
     <!-- Permissions must be defined here, and not in the base manifest, as the network stack
diff --git a/common/networkstackclient/Android.bp b/common/networkstackclient/Android.bp
index ac8fda7..9081af4 100644
--- a/common/networkstackclient/Android.bp
+++ b/common/networkstackclient/Android.bp
@@ -24,6 +24,9 @@
         "src/android/net/ipmemorystore/**/*.aidl",
     ],
     backend: {
+        java: {
+            apex_available: ["com.android.wifi",],
+        },
         ndk: {
             enabled: false,
         },