diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2019-11-09 00:37:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-11-09 00:37:17 +0000 |
commit | 7960933cda48156b4921e8340d608a365ed63dac (patch) | |
tree | a774d21e1da9f07d28030883e275dd03b288ad9b | |
parent | e75ecf72dbe206504f0a70ff596a227f7b107e20 (diff) | |
parent | dc19816134caefa6057b1097276f433cdbe843ba (diff) |
Merge "Revert "Use NetworkStack as mainline target w/ stable API""
-rw-r--r-- | Android.bp | 6 | ||||
-rw-r--r-- | CleanSpec.mk | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -151,7 +151,7 @@ android_app { certificate: "platform", manifest: "AndroidManifest_InProcess.xml", // InProcessNetworkStack is a replacement for NetworkStack - overrides: ["NetworkStack", "NetworkStackNext"], + overrides: ["NetworkStack"], // The permission configuration *must* be included to ensure security of the device // The InProcessNetworkStack goes together with the PlatformCaptivePortalLogin, which replaces // the default CaptivePortalLogin. @@ -160,7 +160,7 @@ android_app { // Updatable network stack packaged as an application android_app { - name: "NetworkStackNext", + name: "NetworkStack", defaults: ["NetworkStackAppDefaults", "NetworkStackApiCurrentLevel"], static_libs: ["NetworkStackApiCurrentLib"], certificate: "networkstack", @@ -171,7 +171,7 @@ android_app { // Updatable network stack for finalized API android_app { - name: "NetworkStack", + name: "NetworkStackApiStable", defaults: ["NetworkStackAppDefaults", "NetworkStackApiStableLevel"], static_libs: ["NetworkStackApiStableLib"], certificate: "networkstack", diff --git a/CleanSpec.mk b/CleanSpec.mk index 6c79f20..43a1bd0 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -45,8 +45,6 @@ #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/CaptivePortalLogin) -$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/NetworkStack) -$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/NetworkStackApiStable) # ****************************************************************** # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER |