From 996aa2a14627bc90c110e5af68e0f4854db516e8 Mon Sep 17 00:00:00 2001 From: evitayan Date: Mon, 30 Dec 2019 11:19:47 -0800 Subject: [PATCH] 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 96f5d7ef1c29..fd5623f0d365 100644 --- a/Android.bp +++ b/Android.bp @@ -591,6 +591,7 @@ filegroup { visibility: ["//frameworks/opt/net/ike"], srcs: [ "core/java/android/net/annotations/PolicyDirection.java", + "telephony/java/android/telephony/Annotation.java", ], }