1cb93a386Sopenharmony_ci# Copyright 2020 Google Inc. 2cb93a386Sopenharmony_ci# 3cb93a386Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 4cb93a386Sopenharmony_ci# found in the LICENSE file. 5cb93a386Sopenharmony_ci 6cb93a386Sopenharmony_ci# Skia avoids the ICU C++ API, but third_party may use it. 7cb93a386Sopenharmony_ci# Use this config to hide the C++ API. 8cb93a386Sopenharmony_ci# This cannot go in ../BUILD.gn because it cannot be used in a flutter build. 9cb93a386Sopenharmony_ci# This cannot go in a .gni file because gn doesn't like configs in .gni files. 10cb93a386Sopenharmony_ciconfig("no_cxx") { 11cb93a386Sopenharmony_ci defines = [ "U_SHOW_CPLUSPLUS_API=0" ] 12cb93a386Sopenharmony_ci} 13