packaging: provide libasan(64bit) on 32bit build env
authorDongkyun Son <dongkyun.s@samsung.com>
Fri, 1 Sep 2017 15:35:56 +0000 (00:35 +0900)
committerSlava Barinov <v.barinov@samsung.com>
Thu, 27 Apr 2023 09:07:01 +0000 (12:07 +0300)
This is needed as it requires 64bit libs into i586 repo, sometimes.
(e.g, .NET toolchain asan build).

Change-Id: Ia18f132b19e8552b347132531f3e12000aa34514
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/baselibs.conf

index c1a4523..a821103 100644 (file)
@@ -3,3 +3,5 @@ libstdc++
   targettype 32bit block!
 libgcc
   targettype 32bit block!
+libasan
+  targettype 32bit block!