We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0002da0 commit fabc27eCopy full SHA for fabc27e
build-cts.sh
@@ -45,14 +45,18 @@ else
45
elif [ "$MANIFEST_BRANCH" = "android-cts-9.0_r3" ]; then
46
wget https://people.linaro.org/~tom.gall/patches/AddLKFTCTSPlanV9.patch -O AddLKFTCTSPlan.patch
47
fi
48
- wget https://people.linaro.org/~tom.gall/patches/FixFcntlBuffer.patch -O FixFcntlBuffer.patch
+ 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
50
51
cd cts
52
patch -p1 < AddLKFTCTSPlan.patch
53
cd ..
54
cd bionic
- patch -p1 < ../FixFcntlBuffer.patch
55
+ patch -p1 < ../fcntl-p-fix.patch
56
57
+ cd system/sepolicy
58
+ patch -p1 --dry-run < ../../8a8d4ef.diff
59
+ cd ../..
60
61
62
0 commit comments