Commit 0293525c authored by Gustav Sennton's avatar Gustav Sennton Committed by Commit Bot

[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/918861Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Commit-Queue: Gustav Sennton <gsennton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536719}
parent b15526fb
// 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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment