Add libasan.so to build with ASan option
authorChan Lee <chan45.lee@samsung.com>
Thu, 22 Jun 2017 05:27:36 +0000 (14:27 +0900)
committerSeunghwan Lee <sh.cat.lee@samsung.com>
Thu, 22 Jun 2017 05:59:45 +0000 (14:59 +0900)
Change-Id: Ice5a2c21de573015d1200ce6f6176a646a88a9c4
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
rs_resource/OSS/baserpm/gcc-rs.xml [new file with mode: 0644]

diff --git a/rs_resource/OSS/baserpm/gcc-rs.xml b/rs_resource/OSS/baserpm/gcc-rs.xml
new file mode 100644 (file)
index 0000000..48dc34e
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<rootstrap name="gcc">
+<email>jehyung.lee@samsung.com</email>
+<email>dongkyun.s@samsung.com</email>
+<email>chan45.lee@samsung.com</email>
+<email>jh4u.jeong@samsung.com</email>
+<email>sangmin7.seo@samsung.com</email>
+  <emulator>
+    <rpm accept="libasan" arch="i686"/>
+  </emulator>
+  <target>
+    <rpm accept="libasan" arch="armv7l"/>
+  </target>
+  <necessary>
+    <file>*</file>
+  </necessary>
+  <unnecessary>
+  </unnecessary>
+  <include_path>/usr/include</include_path>
+  <library_path>/usr/lib</library_path>
+  <library>libasan.so</library>
+</rootstrap>