ANDROID: GKI: BUILD.bazel: Clean up module order

Sort modules listing in an ascending order,
since order is not important.

Bug: 232431151
Test: TH
Change-Id: Icaad772671bf3d6a78ce1fda84b3a6fe566df0f6
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
(cherry picked from commit 8fdddc52af)
This commit is contained in:
Ramji Jiyani
2022-10-27 18:38:12 +00:00
parent e750789ab3
commit aa6691febd

View File

@@ -24,8 +24,8 @@ define_common_kernels(target_configs = {
"module_implicit_outs": [
"drivers/block/zram/zram.ko",
"mm/zsmalloc.ko",
"net/wireless/cfg80211.ko",
"net/mac80211/mac80211.ko",
"net/wireless/cfg80211.ko",
],
},
# Sync with build.config.gki.aarch64.16k
@@ -33,8 +33,8 @@ define_common_kernels(target_configs = {
"module_implicit_outs": [
"drivers/block/zram/zram.ko",
"mm/zsmalloc.ko",
"net/wireless/cfg80211.ko",
"net/mac80211/mac80211.ko",
"net/wireless/cfg80211.ko",
],
},
# Sync with build.config.gki-debug.aarch64
@@ -42,8 +42,8 @@ define_common_kernels(target_configs = {
"module_implicit_outs": [
"drivers/block/zram/zram.ko",
"mm/zsmalloc.ko",
"net/wireless/cfg80211.ko",
"net/mac80211/mac80211.ko",
"net/wireless/cfg80211.ko",
],
},
# Sync with build.config.gki.x86_64
@@ -52,8 +52,8 @@ define_common_kernels(target_configs = {
"module_implicit_outs": [
"drivers/block/zram/zram.ko",
"mm/zsmalloc.ko",
"net/wireless/cfg80211.ko",
"net/mac80211/mac80211.ko",
"net/wireless/cfg80211.ko",
],
},
# Sync with build.config.gki-debug.x86_64
@@ -62,8 +62,8 @@ define_common_kernels(target_configs = {
"module_implicit_outs": [
"drivers/block/zram/zram.ko",
"mm/zsmalloc.ko",
"net/wireless/cfg80211.ko",
"net/mac80211/mac80211.ko",
"net/wireless/cfg80211.ko",
],
},
})