commit | f757dbcb504647d7b133860c5b2de8cd2cb41590 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Thu Jul 20 17:37:22 2017 +0800 |
committer | Logan Chien <loganchien@google.com> | Wed Aug 23 09:53:38 2017 +0800 |
tree | 9435319ad34ed61cc60433132481c38dd22935cf | |
parent | b99d49628746f6bd15d0251c121c7e0e9a7fdde0 [diff] |
vndk-def: Fix unittests with rpath This commit adds -Wl,--disable-new-dtags to the unit tests that expect DT_RPATH entries. The latest toolchain defaults to --enable-new-dtags now, thus we have to specify -Wl,--disable-new-dtags explicitly. Bug: 64503245 Test: ./tests/test_elfdump.py Change-Id: Idc78f183d3ac124f3def5d97b72fcf494a139e5f Merged-In: I64c1210a8f04415b0b836db480463c172bcf0d71 (cherry picked from commit 24ffa6a58e408f9ae517fac40129b0a8815bacac)