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': 'run_pie-unstripped',
13 # See crbug.com/373219. This is the only Android executable which must be
21 # Don't inherit unneeded dependencies on stlport.so, so the binary remains
22 # self-contained also in component=shared_library builds.
24 '-l<(android_stlport_library)',
28 'target_name': 'run_pie',
35 'action_name': 'strip_run_pie',
36 'inputs': ['<(PRODUCT_DIR)/run_pie-unstripped'],
37 'outputs': ['<(PRODUCT_DIR)/run_pie'],