mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
5902c160fb
PD#SWPL-234739 Problem: update include/linux/upstream_version.h fix conflict kernel_aarch64 update by android16-6.12-2025-09_r3 https://ci.android.com/builds/submitted/14266828/kernel_aarch64/latest kernel_aarch64 update by android16-6.12-2025-09_r3 https://ci.android.com/builds/submitted/14266828/kernel_aarch64_tv/latest Solution: AML_KERNEL_VERSION 11 UPSTREAM_VERSION "cbb0a15dcc1e" AML_PATCH_VERSION "cbb0a15dcc1e" MERGE_DATE "2025-10-16" Verify: local Change-Id: I1fc59ada149d027adef899be562bb5dd593c3843 Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
15 lines
335 B
C
15 lines
335 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _LINUX_UPSTREAM_VERSION_H
|
|
#define _LINUX_UPSTREAM_VERSION_H
|
|
|
|
#define AML_KERNEL_VERSION 11
|
|
#define UPSTREAM_VERSION "cbb0a15dcc1e"
|
|
#define AML_PATCH_VERSION "cbb0a15dcc1e"
|
|
#define MERGE_DATE "2025-10-16"
|
|
|
|
#endif
|