commit | 2c6d33f451bba5b6aad24f3b5ffa61a2fe28b7d3 | [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 | 63383e755ebc0818f058537d619e63f0d9154f60 [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