From: SangYoun Kwak Date: Tue, 10 Sep 2024 10:51:51 +0000 (+0900) Subject: Add exclude.txt to exclude postlinker from SAM score calculation X-Git-Tag: accepted/tizen/unified/20241106.141124~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ed6486afeeb01b4bc8dcfd0a0ebb9af0da3209f;p=platform%2Fhal%2Fbackend%2Frootstrap.git Add exclude.txt to exclude postlinker from SAM score calculation 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 --- diff --git a/.ahub/sam/exclude.txt b/.ahub/sam/exclude.txt new file mode 100644 index 0000000..3ab5fb0 --- /dev/null +++ b/.ahub/sam/exclude.txt @@ -0,0 +1 @@ +script/postlinker_64.c