| # -*- python -*- | |
| # Copyright (c) 2012 The Native Client 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('env') | |
| # The libnosys is kept as an empty library for the backwards compatibility | |
| # and is to be removed eventually once all the clients get updated. | |
| libnosys = env.ComponentLibrary('libnosys', []) | |
| env.AddLibraryToSdk(libnosys) |