From e368a1fd041a77437183054ff729e9cc79eb76f3 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 4 Dec 2015 15:50:00 -0800 Subject: soong: Use new linker file properties So that dependencies are set up properly Change-Id: I027eb0f69d85a8afb40b0bc30719ab47ea6c8874 --- Android.bp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Android.bp b/Android.bp index 1364e4636..81670e3dd 100644 --- a/Android.bp +++ b/Android.bp @@ -88,11 +88,9 @@ cc_library_shared { }, }, darwin: { - ldflags: [ - "-Wl,-unexported_symbols_list,${SrcDir}/external/libcxx/lib/libc++unexp.exp", - "-Wl,-force_symbols_not_weak_list,${SrcDir}/external/libcxx/lib/notweak.exp", - "-Wl,-force_symbols_weak_list,${SrcDir}/external/libcxx/lib/weak.exp", - ], + unexported_symbols_list: "lib/libc++unexp.exp", + force_symbols_not_weak_list: "lib/notweak.exp", + force_symbols_weak_list: "lib/weak.exp", }, linux: { -- cgit v1.2.3