- Feb 21, 2024
-
-
Nikhil Kumar authored
Change-Id: I264b96ae2cc0e9999705b102422c7f1cf967a83d
-
Piotr Wilczyński authored
-
Suprabh Shukla authored
-
- Feb 20, 2024
-
-
Nader Jawad authored
-
Shrinidhi Hegde authored
-
Suprabh Shukla authored
This reverts commit 951e4bd8 and commit b6a3ff2d Test: atest CtsHostsideNetworkTests Test: atest resolv_integration_test Test: atest FrameworksServicesTests:NetworkPolicyManagerServiceTest Bug: 304347838 Change-Id: I0c8e0c713f0a7aae7f0ab99e42d97d5bf770bc47
-
Treehugger Robot authored
-
Massimo Carli authored
-
Shrinidhi Hegde authored
Added high impact rollback as a last resort after low impact rollbacks are tried. Also removed reference to automatic rollback deny list, since we will be using impact level instead of the deny list going forward. Bug: 291137901 Test: Unit tests Change-Id: I4d75dd513b3f43c179baf93ece832f9007173ff4
-
Treehugger Robot authored
-
Zoey Chen authored
Bug: N/A Test: manual Change-Id: I64f066a696ec41d55716fd03fde395c50ec15067 Merged-In: I1b35078cbc5f581b6b13daa8afcb6eee1aa2a15f
-
Julien Desprez authored
-
- Feb 19, 2024
-
-
Marcelo Arteiro authored
-
Marcelo Arteiro authored
Bug: none Test: none Flag: NONE (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cc0dd126b74a56774d7887dcb4ccd655ad0d0e45) Change-Id: I2c508cae9c2d499a0fc53b97698d4a0165f00c14
-
Azhara Assanova authored
-
Pablo Gamito authored
-
- Feb 17, 2024
-
-
Treehugger Robot authored
-
Suprabh Shukla authored
Some tests relying on the flag were left enabled by mistake. Test: atest FrameworksServicesTests:com.android.server.net Bug: 304347838 Bug: 325685265 Change-Id: I17a9fcaaa44f2c8b43c19e3445a329c8613ee3dd Merged-In: I17a9fcaaa44f2c8b43c19e3445a329c8613ee3dd
-
- Feb 16, 2024
-
-
Harshit Mahajan authored
-
Treehugger Robot authored
-
Pablo Gamito authored
Test: n/a Change-Id: Id2586f04933b97e1d8562fd86dc7e65ee419c10e
-
Harshit Mahajan authored
Bug: b/305915145 Test: NA Change-Id: I322eb8565ac1f7da0433a4856aacd93350e8025f
-
Harshit Mahajan authored
This test needs to be updated to mock CrashRecovery properties. PROP_ENABLE_RESCUE is only set in test, so using SystemProperty instead. Bug: b/323272250 Test: atest RescuePartyTest Change-Id: Ie614d93ad96e62ab42070fbadd18300a03f4744f
-
Motomu Utsumi authored
-
Treehugger Robot authored
-
Motomu Utsumi authored
thread_enabled flag is used in Connectivity module. The module and the platform are not built together, so using the same flag for both may lead the flag value mismatches. This CL also adds thread_enabled_platform to flags.aconfig file Test: TH Change-Id: I1be418e807c77c456cdcfa99824d3d37b00edcd6
-
Suprabh Shukla authored
-
Yan Yan authored
-
- Feb 15, 2024
-
-
Treehugger Robot authored
-
Suprabh Shukla authored
Adding a constant field to turn off the feature at compile time. After verification of local builds and tests, when the feature is ready for staging, the boolean can be flipped to true or removed. Test: atest CtsHostsideNetworkTests Test: atest resolv_integration_test Test: atest FrameworksServicesTests:NetworkPolicyManagerServiceTest Bug: 304347838 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:21eb0750809b80b154aad628ed6d349ce3f38cbb) Merged-In: I42c375e8a948f95e79f898cb09bb5c1b859ae113 Change-Id: I42c375e8a948f95e79f898cb09bb5c1b859ae113
-
Fabián Cañas authored
-
Hai Zhang authored
This causes a small behavioral change that prevents misbehaving normal apps from being installed, so it's only checked in here to unblock V feature development on AOSP main but should't be actually shipped (that's why it has a `Merged-In`). See also ag/26216413 and ag/26228284. Bug: 325137277 Bug: 322197421 Test: manually check the GIDs in dumpsys permissionmgr after clean flash Merged-In: Ied24c45734e7c57ce8ed0d015121675bfcbae54f Change-Id: If0d63e382cd8b8d088753ce16ac05c315032ec85
-
Zi Wang authored
-
Harshit Mahajan authored
-
Harshit Mahajan authored
1. Move away from hidden Build APIs 2. Remove ExceptionUtils dependency Bug: b/289203818 Test: m Change-Id: I3025cac57978a1e9b3b789c315737cdcb88fa98e
-
Suprabh Shukla authored
-
Jihoon Kang authored
Currently in AconfigFlags.bp, two list of aconfig modules are being maintained: the list of java_aconfig_library modules and the list of aconfig_declarations modules. When a new aconfig module is being added, a developer must modify the two lists, and there is no guarantee that the two lists are kept in sync. In order to resolve such issue, this change replaces the two lists with the newly introduced aconfig_declarations_group module. Test: m Bug: 320492079 Merged-In: Ib32c06de4f0279a17e5c65314e984265592d004c Change-Id: Ib32c06de4f0279a17e5c65314e984265592d004c
-
Arun Johnson authored
-
- Feb 14, 2024
-
-
Wonsik Kim authored
-
Suprabh Shukla authored
NPMS depends on three different process state thresholds for evaluating network access. But holding the common lock for evaluating the network rules may cause a lot of contention on the handler as uid changes are frequent. Separating out a fast check to filter out uninteresting proc-state callbacks before posting to the handler for full evaluation of the rules. This is especially useful when we use no cutpoint for the uid observer registration. This also fixes an inconsistency where changes crossing TOP_THRESHOLD_STATE may not be received if the app transitioned from some process-states below BFGS. Test: atest FrameworksServicesTests:NetworkPolicyManagerServiceTest Test: atest CtsHostsideNetworkTests Bug: 319728914 Change-Id: Ia7a5aef1ce9705a55912749985c7ee950c24ac84
-