diff options
author | SangYoun Kwak <sy.kwak@samsung.com> | 2024-09-10 19:51:51 +0900 |
---|---|---|
committer | SangYoun Kwak <sy.kwak@samsung.com> | 2024-09-10 19:51:51 +0900 |
commit | 6ed6486afeeb01b4bc8dcfd0a0ebb9af0da3209f (patch) | |
tree | 7d7b6b1b6c989f79853c01678e777024ddca8e59 | |
parent | 8a4cf9297872f7d2cb6dcb1f83665032d6f66ac6 (diff) | |
download | rootstrap-6ed6486afeeb01b4bc8dcfd0a0ebb9af0da3209f.tar.gz rootstrap-6ed6486afeeb01b4bc8dcfd0a0ebb9af0da3209f.tar.bz2 rootstrap-6ed6486afeeb01b4bc8dcfd0a0ebb9af0da3209f.zip |
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 <sy.kwak@samsung.com>
-rw-r--r-- | .ahub/sam/exclude.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |