mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ANDROID: GKI: BUILD.bazel: Add buildifier sort hint
Add buildifier sorting directives for modules lists to catch non sorted lists in presubmit as well as to help sort lists using the buildifier. Bug: 232431151 Test: TH Change-Id: I508652429f26f85ce5d760024574d68d63f2da9e Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
This commit is contained in:
@@ -34,6 +34,7 @@ define_common_kernels(target_configs = {
|
||||
"trim_nonlisted_kmi": False,
|
||||
"kmi_symbol_list_strict_mode": False,
|
||||
"module_implicit_outs": [
|
||||
# keep sorted
|
||||
"drivers/block/zram/zram.ko",
|
||||
"mm/zsmalloc.ko",
|
||||
"net/mac80211/mac80211.ko",
|
||||
@@ -44,6 +45,7 @@ define_common_kernels(target_configs = {
|
||||
},
|
||||
"kernel_aarch64_16k": {
|
||||
"module_implicit_outs": [
|
||||
# keep sorted
|
||||
"drivers/block/zram/zram.ko",
|
||||
"mm/zsmalloc.ko",
|
||||
"net/mac80211/mac80211.ko",
|
||||
@@ -55,6 +57,7 @@ define_common_kernels(target_configs = {
|
||||
"trim_nonlisted_kmi": False,
|
||||
"kmi_symbol_list_strict_mode": False,
|
||||
"module_implicit_outs": [
|
||||
# keep sorted
|
||||
"drivers/block/zram/zram.ko",
|
||||
"mm/zsmalloc.ko",
|
||||
"net/mac80211/mac80211.ko",
|
||||
@@ -66,6 +69,7 @@ define_common_kernels(target_configs = {
|
||||
"kernel_x86_64": {
|
||||
"kmi_symbol_list_strict_mode": False,
|
||||
"module_implicit_outs": [
|
||||
# keep sorted
|
||||
"drivers/block/zram/zram.ko",
|
||||
"mm/zsmalloc.ko",
|
||||
"net/mac80211/mac80211.ko",
|
||||
@@ -75,6 +79,7 @@ define_common_kernels(target_configs = {
|
||||
"kernel_x86_64_debug": {
|
||||
"kmi_symbol_list_strict_mode": False,
|
||||
"module_implicit_outs": [
|
||||
# keep sorted
|
||||
"drivers/block/zram/zram.ko",
|
||||
"mm/zsmalloc.ko",
|
||||
"net/mac80211/mac80211.ko",
|
||||
|
||||
Reference in New Issue
Block a user