Add exclude.txt to exclude postlinker from SAM score calculation 52/317452/1
authorSangYoun Kwak <sy.kwak@samsung.com>
Tue, 10 Sep 2024 10:51:51 +0000 (19:51 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Tue, 10 Sep 2024 10:51:51 +0000 (19:51 +0900)
Since the postlinker consists of 2 versions(32-bit and 64-bit versions),
the AHUB SAM score analyzer says that there are duplicated codes.
But postlinker should act differently with its building environment,
these 2 versions should be exist.
To make AHUB to exclude postlinker from SAM score calculation,
exclude.txt is added under ".ahub/sam".

Change-Id: Iabcf71ef162385ffec56da66138bc7dc0a71b037
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
.ahub/sam/exclude.txt [new file with mode: 0644]

diff --git a/.ahub/sam/exclude.txt b/.ahub/sam/exclude.txt
new file mode 100644 (file)
index 0000000..3ab5fb0
--- /dev/null
@@ -0,0 +1 @@
+script/postlinker_64.c