| # Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # | |
| # Artifacts from the Flutter Engine repository: https://github.com/flutter/engine | |
| # ABI-stable interface for the Flutter embedder platform. Copied from the Flutter Engine. | |
| cc_library( | |
| name = "embedder_header", | |
| hdrs = ["embedder.h"], | |
| visibility = ["//src/embedder:__pkg__"], | |
| ) |