Create v/android-6.6 based off of v/6.1
Bug: 311450232 Signed-off-by: William McVicker <willmcvicker@google.com> Change-Id: I17507419b8136f1cbbba4cf2bd3462db9ceed3bb
This commit is contained in:
parent
0606f4897c
commit
ec7e744031
3 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2018 The Android Open Source Project
|
// Copyright (C) 2023 The Android Open Source Project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -18,7 +18,7 @@ package {
|
||||||
}
|
}
|
||||||
|
|
||||||
kernel_config {
|
kernel_config {
|
||||||
name: "kernel_config_v_5.15",
|
name: "kernel_config_v_6.6",
|
||||||
srcs: [
|
srcs: [
|
||||||
"android-base.config",
|
"android-base.config",
|
||||||
],
|
],
|
|
@ -1,4 +1,4 @@
|
||||||
<kernel minlts="5.15.0" />
|
<kernel minlts="6.6.0" />
|
||||||
|
|
||||||
<!-- KEEP ALPHABETICALLY SORTED -->
|
<!-- KEEP ALPHABETICALLY SORTED -->
|
||||||
<!-- ARM base requirements -->
|
<!-- ARM base requirements -->
|
|
@ -15,7 +15,6 @@
|
||||||
# CONFIG_USELIB is not set
|
# CONFIG_USELIB is not set
|
||||||
CONFIG_ADVISE_SYSCALLS=y
|
CONFIG_ADVISE_SYSCALLS=y
|
||||||
CONFIG_AIO=y
|
CONFIG_AIO=y
|
||||||
CONFIG_ANDROID=y
|
|
||||||
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
||||||
CONFIG_ANDROID_BINDER_IPC=y
|
CONFIG_ANDROID_BINDER_IPC=y
|
||||||
CONFIG_ANDROID_BINDERFS=y
|
CONFIG_ANDROID_BINDERFS=y
|
Loading…
Reference in a new issue