2 # Copyright 2015 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
6 # Unpacks an archive containing prebuilt instrumented libraries into output dir.
12 rm ${target_dir}/* -rf
13 tar -zxf ${archive_file} -C ${target_dir}