OSDN Git Service

Fix linker_asan64 symlink
authorColin Cross <ccross@android.com>
Thu, 8 Dec 2016 17:57:35 +0000 (09:57 -0800)
committerColin Cross <ccross@android.com>
Thu, 8 Dec 2016 17:57:35 +0000 (09:57 -0800)
Soong now appends the suffix to the symlink, so the multilib-specific
symlink is no longer necessary.

Test: m -j out/target/product/angler/system/bin/linker_asan64
Test: Examine LOCAL_MODULE_SYMLINKS in out/soong/Android-aosp_angler.mk
Change-Id: I913a318bb31de3e630eebd2d68041a55ce3eccaf

linker/Android.bp

index 1b7b5a7..239e54b 100644 (file)
@@ -129,14 +129,11 @@ cc_binary {
     static_executable: true,
 
     name: "linker",
+    symlinks: ["linker_asan"],
     multilib: {
-        lib32: {
-            symlinks: ["linker_asan"],
-        },
         lib64: {
             suffix: "64",
-            symlinks: ["linker_asan64"],
-       },
+        },
     },
     target: {
         android: {