summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustav Sennton <gsennton@google.com>2018-02-14 15:43:45 +0000
committerGustav Sennton <gsennton@google.com>2018-02-14 17:38:24 +0000
commit88584778845fa3dfda8ed3a2e8202e48ed5e852a (patch)
tree0219fe732c173ba2dfb7c97695828abb8c27eab7
parent32e305a583aa99c98eb2d4f8cb0a4a7e3631f13c (diff)
downloadwebview_support_interfaces-88584778845fa3dfda8ed3a2e8202e48ed5e852a.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;