Skip to content

Commit fbd869b

Browse files
committed
Include counters .so in tgz file
Change-Id: If0fbb2c992dea5113837b20687fc041b2d9313f5
1 parent d8e0e60 commit fbd869b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Build/Linux/build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ if $bZip ; then
213213
cp $CL/$CLLIB32 ./Bin/Linx86/
214214
cp $GL/$GLLIB32 ./Bin/Linx86/
215215
cp $GLES/$GLESLIB32 ./Bin/Linx86/
216+
cp $COUNTERS/$COUNTERSLIB ./Bin/Linx64/
217+
cp $COUNTERS/$COUNTERSLIB32 ./Bin/Linx86/
216218
mkdir Include
217219
cp ../../../Src/GPUPerfAPI-Common/GPUPerfAPI.h ./Include/
218220
cp ../../../Src/GPUPerfAPI-Common/GPUPerfAPIFunctionTypes.h ./Include/
@@ -242,10 +244,6 @@ if $bZip ; then
242244
mkdir Bin-Internal/Linx64
243245
mkdir Bin-Internal/Linx86
244246

245-
# public libs that only appear in the promotion tarball
246-
cp $COUNTERS/$COUNTERSLIB ./Bin/Linx64/
247-
cp $COUNTERS/$COUNTERSLIB32 ./Bin/Linx86/
248-
249247
# internal libs
250248
cp $CL/$CLLIB_INTERNAL ./Bin-Internal/Linx64/
251249
cp $HSA/$HSALIB_INTERNAL ./Bin-Internal/Linx64/

0 commit comments

Comments
 (0)