commit | 8fe76964f591a82f844d2a4ba3f0223e33b01a6c | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 04 13:11:24 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Thu Mar 04 13:12:34 2021 +0000 |
tree | c2245725aafffdc22c2f905c5255b0635767632b | |
parent | 75f450ab9ef18219b4836002a6a89927922c7cb9 [diff] |
Replace user with debuggable check in ConnectivityService IS_USER is a hidden symbol, whereas IS_DEBUGGABLE is part of the module API. The check is generally equivalent, as non-user builds are eng or userdebug, which are debuggable. Bug: 170598012 Change-Id: I7d09939652844eb2e3a6f0200b1ba50691a147da Test: atest FrameworksNetTests