Mike Frysinger | 51a0a6b | 2022-09-09 09:21:07 -0400 | [diff] [blame] | 1 | # Copyright 2014 The ChromiumOS Authors |
Alex Deymo | 6a049e3 | 2014-06-18 19:41:43 -0700 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | cros_pre_src_prepare_enable_cxx_exceptions() { | ||||
6 | cros_enable_cxx_exceptions | ||||
7 | } |