|
@@ -1,5 +1,10 @@
|
|
|
name: add configs
|
|
name: add configs
|
|
|
description: add configs and disabling securities
|
|
description: add configs and disabling securities
|
|
|
|
|
+inputs:
|
|
|
|
|
+ kpm:
|
|
|
|
|
+ description: 'kpm'
|
|
|
|
|
+ required: true
|
|
|
|
|
+
|
|
|
|
|
|
|
|
runs:
|
|
runs:
|
|
|
using: composite
|
|
using: composite
|
|
@@ -12,6 +17,7 @@ runs:
|
|
|
"$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_TMPFS_POSIX_ACL
|
|
"$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_TMPFS_POSIX_ACL
|
|
|
|
|
|
|
|
- name: enable KPM support
|
|
- name: enable KPM support
|
|
|
|
|
+ if: inputs.kpm == 'true'
|
|
|
shell: bash
|
|
shell: bash
|
|
|
run: |
|
|
run: |
|
|
|
"$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS
|
|
"$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_KALLSYMS
|