blob: 000a5c1eb10e60234563695bcff65d4e7ab73fa6 [file] [log] [blame]
# Copyright 2018 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/package.gni")
package("amber_flags") {
deprecated_system_image = true
package_name = "amber_auto_ota_flags"
resources = [
{
dest = "amber/flags/auto.flags"
path = rebase_path("auto-apply.flags")
},
]
}