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

Commit 996aa2a1 authored by evitayan's avatar evitayan
Browse files

Make mainline IPsec(IKE) to statically include @UiccAppType

This commit adds android.telephony.Annotation to
framework-ike-shared-srcs so that mainline module IPsec(IKE) can
statically include it.

Bug: 146360859
Test: build, flash, boot
Test: atest FrameworksIkeTests
Change-Id: I58b733fd6c020b76313b750e18eebb7bd0c12e7c
parent bcc31107
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -591,6 +591,7 @@ filegroup {
    visibility: ["//frameworks/opt/net/ike"],
    srcs: [
        "core/java/android/net/annotations/PolicyDirection.java",
        "telephony/java/android/telephony/Annotation.java",
    ],
}