summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustav Sennton <gsennton@google.com>2018-02-14 15:43:45 +0000
committerCommit Bot <commit-bot@chromium.org>2018-02-14 15:43:45 +0000
commit077cb2f11676aacb00541adeac7fab008599d389 (patch)
tree0219fe732c173ba2dfb7c97695828abb8c27eab7
parent9d2d7cd62d4dea7bdafac49ba858270d8b9523e8 (diff)
downloadwebview_support_interfaces-077cb2f11676aacb00541adeac7fab008599d389.tar.gz
[Boundary interfaces] Add a package file to hide boundary interfaces
Android publishes all public APIs that are not marked with the @hide annotation. Boundary interfaces are not supposed to be public to apps. In this CL we add a file with the sole purpose of hiding the boundary interface package from apps. Bug: 788177 Change-Id: I58c9c7a8445c1a3fdfda3164735f5e2c755dfc44 Reviewed-on: https://chromium-review.googlesource.com/918861 Reviewed-by: Richard Coles <torne@chromium.org> Commit-Queue: Gustav Sennton <gsennton@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#536719} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 0293525c239e35235b4ea8375d84956b4185efad
-rw-r--r--src/org/chromium/support_lib_boundary/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/org/chromium/support_lib_boundary/package-info.java b/src/org/chromium/support_lib_boundary/package-info.java
new file mode 100644
index 0000000..053f844
--- /dev/null
+++ b/src/org/chromium/support_lib_boundary/package-info.java
@@ -0,0 +1,8 @@
+// Copyright 2018 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/**
+ * @hide
+ */
+package org.chromium.support_lib_boundary;