soong: Use new linker file properties
So that dependencies are set up properly Change-Id: I027eb0f69d85a8afb40b0bc30719ab47ea6c8874
This commit is contained in:
@@ -88,11 +88,9 @@ cc_library_shared {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
darwin: {
|
darwin: {
|
||||||
ldflags: [
|
unexported_symbols_list: "lib/libc++unexp.exp",
|
||||||
"-Wl,-unexported_symbols_list,${SrcDir}/external/libcxx/lib/libc++unexp.exp",
|
force_symbols_not_weak_list: "lib/notweak.exp",
|
||||||
"-Wl,-force_symbols_not_weak_list,${SrcDir}/external/libcxx/lib/notweak.exp",
|
force_symbols_weak_list: "lib/weak.exp",
|
||||||
"-Wl,-force_symbols_weak_list,${SrcDir}/external/libcxx/lib/weak.exp",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
linux: {
|
linux: {
|
||||||
|
|||||||
Reference in New Issue
Block a user