- 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
17 lines
390 B
Makefile
17 lines
390 B
Makefile
# Automatically generated file. DO NOT MODIFY
|
|
#
|
|
# This file is generated by device/oneplus/avicii/setup-makefiles.sh
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),avicii)
|
|
|
|
$(info Including firmware for OnePlus Nord • avicii...)
|
|
|
|
FIRMWARE_IMAGES := $(wildcard $(LOCAL_PATH)/firmware/*)
|
|
|
|
$(foreach f, $(notdir $(FIRMWARE_IMAGES)), \
|
|
$(call add-radio-file,firmware/$(f)))
|
|
|
|
endif
|