ANDROID: GKI: Fix linter warning
* Warning solved: The file has no module docstring. * Add license header. Bug: 252888476 Bug: 259137060 Change-Id: Ic0d98a8ef04766b3bca5c3ca6d17daf9dc74346f Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
committed by
Yifan Hong
parent
7d08da22b3
commit
599c03f9e4
@@ -1,3 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
"""
|
||||
This module contains a full list of kernel modules
|
||||
compiled by GKI.
|
||||
"""
|
||||
|
||||
COMMON_GKI_MODULES_LIST = [
|
||||
# keep sorted
|
||||
"drivers/block/zram/zram.ko",
|
||||
|
||||
Reference in New Issue
Block a user