| # Copyright 2019 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/sdk/sdk_molecule.gni") | |
| # The in-tree physical device profile is generated by the | |
| # //build/images:physical_device_manifest manifest target. | |
| # This build file will eventually collect all available device | |
| # profiles generated by the release builder. Details are TBD. | |
| sdk_molecule("devices") { | |
| deps = [] | |
| } |