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

Commit 9a09ab78 authored by Rohit Sekhar's avatar Rohit Sekhar Committed by Rohit Sekhar
Browse files

sdm632-prebuilt: Initialize

* Based off 136 release
* Drop product mounts inorder to boot
parents
Loading
Loading
Loading
Loading

Android.mk

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

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),FP3)

endif

BoardConfigKernel.mk

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

DEVICE_KERNEL_PATH := kernel/fairphone/sdm632-prebuilt

# Kernel
TARGET_PREBUILT_KERNEL := $(DEVICE_KERNEL_PATH)/Image.gz-dtb
TARGET_FORCE_PREBUILT_KERNEL := true

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

Image.gz-dtb

0 → 100644
+13.4 MiB

File added.

No diff preview for this file type.

dtbo.img

0 → 100644
+8 MiB

File added.

No diff preview for this file type.

kernel.mk

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

# Kernel modules
KERNEL_MODULES_ORIG := $(LOCAL_PATH)/modules
KERNEL_MODULES_DEST := $(TARGET_COPY_OUT_VENDOR)/lib/modules

PRODUCT_COPY_FILES += \
    $(call find-copy-subdir-files,*,$(KERNEL_MODULES_ORIG)/,$(KERNEL_MODULES_DEST))