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

Commit 02cc5a03 authored by Erik Kline's avatar Erik Kline
Browse files

Refactor netlink and IpReachabilityMonitor into services/net

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

Change-Id: I45ac3f591bade45dd5ec441111b02b621234c0e4
parent 48c53123
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