1# Copyright 2013 The Flutter Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5declare_args() { 6 # By default, the dynamic library target exposing the embedder API is only 7 # built for the host. The reasoning is that platforms that have target 8 # definitions would not need an embedder API because an embedder 9 # implementation is already provided for said target. This flag allows tbe 10 # builder to obtain a shared library exposing the embedder API for alternative 11 # embedder implementations. 12 embedder_for_target = false 13} 14