=====09th JUNE, 2023======

- Vendor Security Patch updated to May, 2023
- Added OnePlus Camera
- Added OnePlus Gallery
- Added Support for Dolby Atmos
- Imported Media Codec Configs from OOS
Credit: https://github.com/Sanju0910
This commit is contained in:
2023-06-11 15:43:00 +05:30
parent 98f1c0f698
commit 445bad42a1
90 changed files with 1985 additions and 6 deletions

View File

@@ -6,4 +6,11 @@ LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),avicii)
$(info Including firmware for OnePlus Nordavicii...)
FIRMWARE_IMAGES := $(wildcard $(LOCAL_PATH)/firmware/*)
$(foreach f, $(notdir $(FIRMWARE_IMAGES)), \
$(call add-radio-file,firmware/$(f)))
endif