Re-Revert "Enable tethering namespace accessible in Android native level."

This reverts commit 32bd9d6d05.

Reason for revert: Original commit was for native experiment setup.
But SEPolicy was not updated and sync to native level always fail in T devices.
This CL will clean up incomplete native experiment setup.
Even if we decide that we want to use flags from native code in the Tethering module,
we will do so using a new namespace, tethering_u_plus_native.

Re-applying the revert as it was not applied to downstream branches,
and ended up being lost when they were promoted back to
aosp-master.

Test: m
Bug: 264947218
(cherry picked from commit 78ef4714f5)

Change-Id: I67b914e15a5e149cc608bb37b9d09ed154b58dba
This commit is contained in:
Motomu Utsumi
2023-01-11 07:15:36 +00:00
committed by Remi NGUYEN VAN
parent 495e6011af
commit aede1e304a

View File

@@ -98,7 +98,6 @@ public class SettingsToPropertiesMapper {
DeviceConfig.NAMESPACE_STORAGE_NATIVE_BOOT,
DeviceConfig.NAMESPACE_SURFACE_FLINGER_NATIVE_BOOT,
DeviceConfig.NAMESPACE_SWCODEC_NATIVE,
DeviceConfig.NAMESPACE_TETHERING,
DeviceConfig.NAMESPACE_VENDOR_SYSTEM_NATIVE,
DeviceConfig.NAMESPACE_VENDOR_SYSTEM_NATIVE_BOOT,
DeviceConfig.NAMESPACE_VIRTUALIZATION_FRAMEWORK_NATIVE,