9 lines
294 B
Python
9 lines
294 B
Python
# Copyright (c) 2024 The Chromium Embedded Framework Authors. All rights
|
|
# reserved. Use of this source code is governed by a BSD-style license that
|
|
# can be found in the LICENSE file.
|
|
|
|
# Allow access from targets in other packages.
|
|
package(default_visibility = [
|
|
"//visibility:public",
|
|
])
|