universal7885: add condition for copying dtbo image

This commit is contained in:
Gabriel2392 2022-01-07 16:46:00 +00:00 committed by roynatech2544
commit 708d6285cb
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
5 changed files with 10 additions and 0 deletions

View file

@ -1,2 +1,4 @@
ifeq ($(TARGET_DEVICE),a30)
LOCAL_PATH := $(call my-dir)
$(call add-radio-file,eureka_dtbo.img)
endif