diff --git a/sky/build/Runner.xcconfig.template b/sky/build/Runner.xcconfig.template deleted file mode 100644 index 6aa8fa50f3a..00000000000 --- a/sky/build/Runner.xcconfig.template +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2015 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// -// Do NOT modify any of these configurations. These are specific to the runner. -// - -// This is the architecture the runner was built to target -{% if target_arch == "arm" %} -FLUTTER_TARGET_ARCH=armv7 -{% else %} -FLUTTER_TARGET_ARCH={{target_arch}} -{% endif %}