This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vendor_oneplus_avicii-Cheri…/Android.mk
Puranjay Savar Mattas 445bad42a1 =====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
2023-06-11 15:43:00 +05:30

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 Nordavicii...)
FIRMWARE_IMAGES := $(wildcard $(LOCAL_PATH)/firmware/*)
$(foreach f, $(notdir $(FIRMWARE_IMAGES)), \
$(call add-radio-file,firmware/$(f)))
endif