Use NetworkStack instead of NetworkStackNext

Now that NetworkStack has bumped its target SDK to 31, use it
instead of the development SDK NetworkStackNext binary.

In practice NetworkStack and NetworkStackNext are currently
identical, as "current" is now SDK 31 in S branches, and
NetworkStackNext does not contain any T-specific code yet.

This change should not be merged in development branches downstream of
AOSP.

Bug: 189581241
Test: device boots, has connectivity
Merged-In: Ia9f58c5986c717cb2882e2fc4daadb2b3874c6b5
Change-Id: I990c76da41d56c8756835b5743e1666d1382f796
This commit is contained in:
Remi NGUYEN VAN 2021-06-11 15:22:01 +09:00
parent 6f04506f42
commit 45e403bd2e
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ PRODUCT_PACKAGES += \
mtpd \
ndc \
netd \
NetworkStackNext \
NetworkStack \
odsign \
org.apache.http.legacy \
otacerts \