summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2020-04-06 17:28:10 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-04-06 17:28:10 +0000
commit11fd6afed0236b0a7aa4bb263fb6d29f2c2cd152 (patch)
tree806e6c601a54a3e72385e2433e48d0286fd4bc97
parentcf63c6f4ff54e9c3a48822726a7cb6d32148ceee (diff)
parentf88af4ca03271ed56119c52d0542b7328705747d (diff)
Merge "Stop system server depending on the stubs of itself" into rvc-dev
-rw-r--r--service/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/Android.bp b/service/Android.bp
index 5cdcdd335..2eb7e99a9 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -48,5 +48,5 @@ java_library {
name: "service-permission-stubs",
srcs: [":service-permission-stubs-srcs"],
defaults: ["service-module-stubs-defaults"],
- visibility: ["//visibility:private"]
+ visibility: ["//frameworks/base/services/core"]
}