Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c90141b4 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

tetris-kernel: Initialize

parents
Loading
Loading
Loading
Loading

Android.mk

0 → 100644
+12 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2024 E FOUNDATION
#
# SPDX-License-Identifier: Apache-2.0
#

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),tetris)

endif

BoardConfigKernel.mk

0 → 100644
+20 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2024 E FOUNDATION
#
# SPDX-License-Identifier: Apache-2.0
#

DEVICE_KERNEL_PATH := device/nothing/tetris-kernel

BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true

# Kernel
TARGET_PREBUILT_KERNEL := $(DEVICE_KERNEL_PATH)/Image
TARGET_FORCE_PREBUILT_KERNEL := true

# DTB
BOARD_PREBUILT_DTBIMAGE_DIR := $(DEVICE_KERNEL_PATH)/dtbs

# DTBO
BOARD_PREBUILT_DTBOIMAGE := $(DEVICE_KERNEL_PATH)/dtbo.img

Image

0 → 100644
+15.5 MiB

File added.

No diff preview for this file type.

README.md

0 → 100644
+11 −0
Original line number Diff line number Diff line
# Prebuilt kernel files for CMF Phone 1 codenamed tetris

From: Nothing/Tetris/Tetris:14/UP1A.231005.007/2408282341:user/release-keys

```
#
# Copyright (C) 2024 E FOUNDATION
#
# SPDX-License-Identifier: Apache-2.0
#
```

dtbo.img

0 → 100644
+8 MiB

File added.

No diff preview for this file type.