1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'android_exports',
11 '<(DEPTH)/build/android/android_exports.lst',
14 '<(android_linker_script)',
18 'destination': '<(SHARED_INTERMEDIATE_DIR)',
25 ['component=="static_library"', {
28 # Only export symbols that are specified in version script.
29 '-Wl,--version-script=<(android_linker_script)',
32 '-Wl,--exclude-libs=ALL',