Skip to content

Commit 5dadc75

Browse files
committed
pull in two fixes that were accepted upstream
8a8d4ef.diff - fixes libcore.libcore.io.OsTest#test_socketPing failure bug 4067 2b957f4.diff - fixes ble scanning problems
1 parent 4b1805d commit 5dadc75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build-cts.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,17 @@ else
4747
fi
4848
wget https://people.linaro.org/~tom.gall/patches/fcntl-p-fix.patch -O fcntl-p-fix.patch
4949
wget https://people.linaro.org/~tom.gall/patches/8a8d4ef.diff -O 8a8d4ef.diff
50+
wget https://people.linaro.org/~tom.gall/patches/2b957f4.diff -O 2b957f4.diff
5051

5152
cd cts
52-
patch -p1 < AddLKFTCTSPlan.patch
53+
patch -p1 < ../AddLKFTCTSPlan.patch
54+
patch -p1 < ../2b957f4.diff
5355
cd ..
5456
cd bionic
5557
patch -p1 < ../fcntl-p-fix.patch
5658
cd ..
5759
cd system/sepolicy
58-
patch -p1 --dry-run < ../../8a8d4ef.diff
60+
patch -p1 < ../../8a8d4ef.diff
5961
cd ../..
6062

6163
fi

0 commit comments

Comments
 (0)