action.yml 484 B

123456789101112131415161718
  1. name: add ntsync
  2. description: integrate ntsync into kernel
  3. runs:
  4. using: composite
  5. steps:
  6. - name: apply ntsync patches
  7. shell: bash
  8. run: |
  9. cd "$COMMON"
  10. patch -p1 < "$KERNEL_PATCHES/common/ntsync/ntsync_base.patch"
  11. patch -p1 < "$KERNEL_PATCHES/common/ntsync/ntsync_compat_$ANDROID_VER-$KERNEL_VER.patch"
  12. - name: enable ntsync config
  13. shell: bash
  14. run: |
  15. "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_NTSYNC