clover: kernel: Import Prebuilt Kernel and Modules from MIUI

This commit is contained in:
Max Weffers 2018-09-27 12:54:41 +02:00
parent ee32277c0e
commit bc7f865a03
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
4 changed files with 15 additions and 2 deletions

View file

@ -33,6 +33,10 @@ DEVICE_PACKAGE_OVERLAYS += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware.xml
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.camera.autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml
# Audio
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
@ -71,6 +75,15 @@ PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \
$(DEVICE_PATH)/media/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
# Prebuilt kernel
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/prebuilt/Image.gz-dtb:kernel
# Prebuilt modules
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/prebuilt/exfat.ko:system/lib/modules/exfat.ko \
$(DEVICE_PATH)/prebuilt/qca_cld3/qca_cld3_wlan.ko:$(TARGET_COPY_OUT_VENDOR)/lib/modules/qca_cld3/qca_cld3_wlan.ko
# Ramdisk
PRODUCT_PACKAGES += \
init.class_main.sh \

BIN
prebuilt/Image.gz-dtb Normal file

Binary file not shown.

BIN
prebuilt/exfat.ko Executable file

Binary file not shown.

Binary file not shown.