Skip to content

Commit fabc27e

Browse files
committed
Add in fix for bug 4067 : socketPing
Add in fix for bug 4062 : fnctl#tee
1 parent 0002da0 commit fabc27e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build-cts.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,18 @@ else
4545
elif [ "$MANIFEST_BRANCH" = "android-cts-9.0_r3" ]; then
4646
wget https://people.linaro.org/~tom.gall/patches/AddLKFTCTSPlanV9.patch -O AddLKFTCTSPlan.patch
4747
fi
48-
wget https://people.linaro.org/~tom.gall/patches/FixFcntlBuffer.patch -O FixFcntlBuffer.patch
48+
wget https://people.linaro.org/~tom.gall/patches/fcntl-p-fix.patch -O fcntl-p-fix.patch
49+
wget https://people.linaro.org/~tom.gall/patches/8a8d4ef.diff -O 8a8d4ef.diff
4950

5051
cd cts
5152
patch -p1 < AddLKFTCTSPlan.patch
5253
cd ..
5354
cd bionic
54-
patch -p1 < ../FixFcntlBuffer.patch
55+
patch -p1 < ../fcntl-p-fix.patch
5556
cd ..
57+
cd system/sepolicy
58+
patch -p1 --dry-run < ../../8a8d4ef.diff
59+
cd ../..
5660

5761
fi
5862

0 commit comments

Comments
 (0)