packaging: provide libasan(64bit) on 32bit build env 19/173119/1 accepted/tizen/4.0/base/20180330.154715 submit/tizen_4.0_base/20180323.084919
authorDongkyun Son <dongkyun.s@samsung.com>
Fri, 1 Sep 2017 15:35:56 +0000 (00:35 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Mon, 19 Mar 2018 23:55:59 +0000 (08:55 +0900)
This is needed as it requires 64bit libs into i586 repo, sometimes.
(e.g, .NET toolchain asan build).

Change-Id: I7b4e4820a7d4c3246bfb9c1d447866fbd9016cda
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!