ANDROID: Initial branch setup for android13-5.15
Bug: 204472986 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I03fc890aef8de06c655b98286768dc9c57b4709c
This commit is contained in:
14
OWNERS
14
OWNERS
@@ -1,12 +1,2 @@
|
||||
# The full list of approvers is defined in
|
||||
# https://android.googlesource.com/kernel/common/+/refs/meta/config/OWNERS
|
||||
|
||||
# The following OWNERS are defined at the top level to improve the OWNERS
|
||||
# suggestions through any user interface. Consider those people the ones that
|
||||
# can help with finding the best person to review.
|
||||
adelva@google.com
|
||||
gregkh@google.com
|
||||
maennich@google.com
|
||||
saravanak@google.com
|
||||
surenb@google.com
|
||||
tkjos@google.com
|
||||
# include OWNERS from the authoritative android-mainline branch
|
||||
include kernel/common:android-mainline:/OWNERS
|
||||
|
||||
23
OWNERS_DrNo
23
OWNERS_DrNo
@@ -1,23 +0,0 @@
|
||||
# Authoritative list of Dr. No reviewers to approve changes on GKI release
|
||||
# branches, such as android12-5.10.
|
||||
#
|
||||
# This file has no effect in this branch, but is referred to from release
|
||||
# branches. So, please do not move or rename.
|
||||
#
|
||||
# See the GKI release documentation (go/gki-dr-no) for further details.
|
||||
|
||||
# Main reviewers
|
||||
adelva@google.com
|
||||
maennich@google.com
|
||||
saravanak@google.com
|
||||
smuckle@google.com
|
||||
tkjos@google.com
|
||||
willdeacon@google.com
|
||||
|
||||
# GKI Release Team
|
||||
howardsoc@google.com #{LAST_RESORT_SUGGESTION}
|
||||
szuweilin@google.com #{LAST_RESORT_SUGGESTION}
|
||||
|
||||
# Backup
|
||||
sspatil@google.com #{LAST_RESORT_SUGGESTION}
|
||||
malchev@google.com #{LAST_RESORT_SUGGESTION}
|
||||
8
android/OWNERS
Normal file
8
android/OWNERS
Normal file
@@ -0,0 +1,8 @@
|
||||
# If we ever add another OWNERS above this directory, it's likely to be
|
||||
# more permissive, so don't inherit from it
|
||||
set noparent
|
||||
include kernel/common:android-mainline:/OWNERS_DrNo
|
||||
|
||||
# Downstream boards maintained directly in this manifest branch
|
||||
per-file abi_gki_aarch64_cuttlefish = adelva@google.com, rammuthiah@google.com
|
||||
per-file abi_gki_aarch64_goldfish = rkir@google.com
|
||||
4
android/abi_gki_aarch64
Normal file
4
android/abi_gki_aarch64
Normal file
@@ -0,0 +1,4 @@
|
||||
[abi_symbol_list]
|
||||
# commonly used symbols
|
||||
module_layout
|
||||
__put_task_struct
|
||||
0
android/gki_aarch64_modules
Normal file
0
android/gki_aarch64_modules
Normal file
@@ -1,4 +1,4 @@
|
||||
BRANCH=android-mainline
|
||||
BRANCH=android13-5.15
|
||||
KMI_GENERATION=0
|
||||
|
||||
LLVM=1
|
||||
|
||||
@@ -6,6 +6,13 @@ MAKE_GOALS="${MAKE_GOALS}
|
||||
Image.lz4
|
||||
"
|
||||
|
||||
TIDY_ABI=1
|
||||
KMI_SYMBOL_LIST=android/abi_gki_aarch64
|
||||
|
||||
FILES="${FILES}
|
||||
arch/arm64/boot/Image.lz4
|
||||
"
|
||||
|
||||
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
|
||||
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
|
||||
MODULES_ORDER=android/gki_aarch64_modules
|
||||
|
||||
Reference in New Issue
Block a user