Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cb50131 authored by Erik Kline's avatar Erik Kline Committed by Randy Pan
Browse files

DO NOT MERGE Refactor netlink and IpReachabilityMonitor into services/net

    - netlink from core to services/net/netlink
    - IpReachabilityMonitor from core to services/net/ip

Cherry-picked from 02cc5a03
Change-Id: I45ac3f591bade45dd5ec441111b02b621234c0e4
parent 167fb24d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package android.net;
package android.net.ip;

import com.android.internal.annotations.GuardedBy;

Loading