Skip to content

Commit

Permalink
Adjust visibility rules for IPSec
Browse files Browse the repository at this point in the history
BUG: 156287389
Test: TH and Local Build
Merged-In: Ia2c1c6e82eef7ba25fe4c090ffa02bff5c3ddca2
Change-Id: I097ce1a51d2fa1abde3502f6023f4d840cee3794
  • Loading branch information
Baligh Uddin committed May 27, 2020
1 parent 9d62182 commit f1613ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ java_library {

filegroup {
name: "framework-ike-shared-srcs",
visibility: ["//frameworks/opt/net/ike"],
visibility: ["//packages/modules/IPsec"],
srcs: [
"core/java/android/annotation/StringDef.java",
"core/java/android/net/annotations/PolicyDirection.java",
Expand Down Expand Up @@ -1225,4 +1225,4 @@ metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.x
build = [
"StubLibraries.bp",
"ApiDocs.bp",
]
]

0 comments on commit f1613ef

Please sign in to comment.