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

Commit e60b2150 authored by Luke Huang's avatar Luke Huang
Browse files

Jarjar frameworks/libs/net in NetworkStack module

Classes in com.android.net.module.util need to be jarjared to the
module's own package. These classes are imported by several modules and
the framework from frameworks/libs/net.

Test: m
Bug: 149403767
Change-Id: Id49fdf17fcf48a21455b7fe768ba046b81c51303
parent b9364f50
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Classes from net-utils-framework-common
rule com.android.net.module.util.** com.android.networkstack.util.@1

rule com.android.internal.util.** android.net.networkstack.util.@1

rule android.net.shared.Inet4AddressUtils* android.net.networkstack.shared.Inet4AddressUtils@1