blob: 2c20900e4d04a509f1a8c7e1dc860788a8a076a4 [file] [log] [blame]
# Copyright 2025 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.recovery.android") {
name = "fuchsia.recovery.android"
sources = [ "updater.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.url" ]
}