kernel-samsung.yml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. name: Kernel Config - Samsung
  2. permissions:
  3. contents: write # Allow writing to repository contents
  4. actions: write # Allows triggering actions
  5. on:
  6. workflow_call:
  7. inputs:
  8. susfs:
  9. required: true
  10. type: string
  11. bbg:
  12. required: true
  13. type: string
  14. unicodefix:
  15. required: true
  16. type: string
  17. zeromount:
  18. required: true
  19. type: string
  20. nomount:
  21. required: true
  22. type: string
  23. ksun:
  24. required: true
  25. type: string
  26. droidspace:
  27. required: true
  28. type: string
  29. ntsync:
  30. required: true
  31. type: string
  32. bbrv3:
  33. required: true
  34. type: string
  35. cache:
  36. required: true
  37. type: string
  38. ipv6_nat:
  39. required: true
  40. type: string
  41. optimization:
  42. required: true
  43. type: string
  44. ttl:
  45. required: true
  46. type: string
  47. lto:
  48. required: true
  49. type: string
  50. jobs:
  51. build-kernels-a12:
  52. name: "Samsung-${{ matrix.branch }}-${{ matrix.kernel_version }}-${{ matrix.android_version }}"
  53. strategy:
  54. fail-fast: false
  55. matrix:
  56. include:
  57. - branch: "SM-S938B-Oneui8.5"
  58. build_type: "Bazel"
  59. - branch: "SM-S938B-Oneui7"
  60. build_type: "Bazel"
  61. - branch: "SM-S931B-Oneui8.5"
  62. build_type: "Bazel"
  63. - branch: "SM-S931B-Oneui8"
  64. build_type: "Bazel"
  65. - branch: "SM-A055M-Oneui7"
  66. build_type: "Bazel"
  67. - branch: "SM-A055F-Oneui7"
  68. build_type: "Bazel"
  69. - branch: "SM-S928B-Oneui8.5"
  70. build_type: "Bazel"
  71. - branch: "SM-S928B-Oneui8-bit4"
  72. build_type: "Bazel"
  73. - branch: "SM-S928B-Oneui8-bit5"
  74. build_type: "Bazel"
  75. - branch: "SM-S928B-Oneui7"
  76. build_type: "Bazel"
  77. - branch: "SM-S928B-Oneui6.1"
  78. build_type: "Bazel"
  79. - branch: "SM-A556B-Oneui7-bitA"
  80. build_type: "Bazel"
  81. - branch: "SM-A556E-Oneui7-bitA"
  82. build_type: "Bazel"
  83. - branch: "SM-S926B-Oneui8.5"
  84. build_type: "Bazel"
  85. - branch: "SM-S926B-Oneui8"
  86. build_type: "Bazel"
  87. - branch: "SM-S926B-Oneui7-bit7"
  88. build_type: "Bazel"
  89. - branch: "SM-S926B-Oneui7-bit8"
  90. build_type: "Bazel"
  91. - branch: "SM-S926B-Oneui7-bit9"
  92. build_type: "Bazel"
  93. - branch: "SM-X926B-Oneui6.1"
  94. build_type: "Bazel"
  95. - branch: "SM-F741B-Oneui8"
  96. build_type: "Bazel"
  97. - branch: "SM-F731B-Oneui6"
  98. build_type: "Bazel"
  99. - branch: "SM-F731B-Oneui7"
  100. build_type: "Bazel"
  101. - branch: "SM-F731B-Oneui8"
  102. build_type: "Bazel"
  103. - branch: "SM-F731B-Oneui8.5"
  104. build_type: "Bazel"
  105. - branch: "SM-A546B-Oneui7"
  106. build_type: "make"
  107. - branch: "SM-A546B-Oneui8"
  108. build_type: "make"
  109. - branch: "SM-A546B-Oneui6.0"
  110. build_type: "make"
  111. - branch: "SM-A546E-Oneui7"
  112. build_type: "make"
  113. - branch: "SM-A546E-Oneui8"
  114. build_type: "make"
  115. - branch: "SM-A166B-Oneui7"
  116. build_type: "make"
  117. - branch: "SM-A057M-Oneui7"
  118. build_type: "Bazel"
  119. - branch: "SM-X710-Oneui6.1.1"
  120. build_type: "Bazel"
  121. - branch: "SM-X916B"
  122. build_type: "Bazel"
  123. - branch: "SM-F946N-Oneui7"
  124. build_type: "Bazel"
  125. - branch: "SM-F946B-Oneui8"
  126. build_type: "Bazel"
  127. - branch: "SM-S916B-Oneui8"
  128. build_type: "Bazel"
  129. - branch: "SM-S918B-Oneui8"
  130. build_type: "Bazel"
  131. - branch: "SM-S918B-Oneui8.5"
  132. build_type: "Bazel"
  133. - branch: "SM-S9180-Oneui6.1"
  134. build_type: "Bazel"
  135. - branch: "SM-S918B-Oneui7"
  136. build_type: "Bazel"
  137. - branch: "SM-M146B-Oneui7-ADYJ2"
  138. build_type: "make"
  139. - branch: "SM-S911B-Oneui8.5"
  140. build_type: "Bazel"
  141. - branch: "SM-S911B-Oneui8-bit8"
  142. build_type: "Bazel"
  143. - branch: "SM-S911B-Oneui8"
  144. build_type: "Bazel"
  145. - branch: "SM-S911B-Oneui7"
  146. build_type: "Bazel"
  147. - branch: "SM-S911B-Oneui6.1-bit7"
  148. build_type: "Bazel"
  149. - branch: "SM-S911B-Oneui6.1-bit8"
  150. build_type: "Bazel"
  151. - branch: "SM-X610-Oneui6.1.1-bit7"
  152. build_type: "make"
  153. - branch: "SM-X800-Oneui8"
  154. build_type: "make"
  155. - branch: "SM-S908E-Oneui8"
  156. build_type: "make"
  157. - branch: "SM-S901E-Oneui8"
  158. build_type: "make"
  159. - branch: "SM-M556B-Oneui8"
  160. build_type: "make"
  161. - branch: "SM-S908B-Oneui8-bitK"
  162. build_type: "make"
  163. - branch: "SM-A075M-Oneui7"
  164. build_type: "make"
  165. - branch: "SM-S906E-Oneui8"
  166. build_type: "make"
  167. - branch: "SM-X610-Oneui7"
  168. build_type: "make"
  169. - branch: "SM-A356E-Oneui8"
  170. build_type: "make"
  171. - branch: "SM-A356E-Oneui8.5"
  172. build_type: "make"
  173. - branch: "SM-S711B-Oneui8.5"
  174. build_type: "make"
  175. uses: ./.github/workflows/build.yml
  176. secrets: inherit
  177. with:
  178. branch: ${{ matrix.branch }}
  179. build_type: ${{ matrix.build_type }}
  180. susfs: ${{ inputs.susfs }}
  181. bbg: ${{ inputs.bbg }}
  182. unicodefix: ${{ inputs.unicodefix }}
  183. zeromount: ${{ inputs.zeromount }}
  184. nomount: ${{ inputs.nomount }}
  185. ksun: ${{ inputs.ksun }}
  186. droidspace: ${{ inputs.droidspace }}
  187. ntsync: ${{ inputs.ntsync }}
  188. bbrv3: ${{ inputs.bbrv3 }}
  189. cache: ${{ inputs.cache }}
  190. ipv6_nat: ${{ inputs.ipv6_nat }}
  191. optimization: ${{ inputs.optimization }}
  192. ttl: ${{ inputs.ttl }}
  193. lto: ${{ inputs.lto }}