Skip to content

Commit fa13f3e

Browse files
committed
Enable Droidspaces support for a16-6.12 kernels
1 parent 422b4e2 commit fa13f3e

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/actions/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,9 @@ runs:
14081408
14091409
echo "Applying patch to enable SYSVIPC without breaking ABI"
14101410
case "$OP_BRANCH" in
1411+
wild/sm8850|wild/sm8845)
1412+
patch -p1 --forward < "$KERNEL_PATCHES_FOLDER/common/droidspaces/fix_sysvipc_kabi_a16-6.12.patch"
1413+
;;
14111414
wild/sm8550|wild/sm7550)
14121415
patch -p1 --forward < "$KERNEL_PATCHES_FOLDER/common/droidspaces/fix_sysvipc_kabi_1_2_3.patch"
14131416
;;

configs/oos16/OP-ACE-6T.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"disk_cleanup": true,
1515
"hmbird": false,
1616
"susfs": true,
17-
"ds": false,
17+
"ds": true,
1818
"bbg": true,
1919
"bbr": true,
2020
"ttl": true,

configs/oos16/OP15.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"disk_cleanup": true,
1515
"hmbird": false,
1616
"susfs": true,
17-
"ds": false,
17+
"ds": true,
1818
"bbg": true,
1919
"bbr": true,
2020
"ttl": true,

configs/oos16/OP15T.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"disk_cleanup": true,
1515
"hmbird": false,
1616
"susfs": true,
17-
"ds": false,
17+
"ds": true,
1818
"bbg": true,
1919
"bbr": true,
2020
"ttl": true,

configs/oos16/OP15r.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"disk_cleanup": true,
1515
"hmbird": false,
1616
"susfs": true,
17-
"ds": false,
17+
"ds": true,
1818
"bbg": true,
1919
"bbr": true,
2020
"ttl": true,

0 commit comments

Comments
 (0)