adevtool/vendor-skels/google_devices/bluejay/Android.mk.skip

12 lines
300 B
Text
Raw Permalink Normal View History

# Generated by adevtool; do not edit
# For more info, see https://github.com/GrapheneOS/adevtool
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),bluejay)
RADIO_FILES := $(wildcard $(LOCAL_PATH)/firmware/*.img)
$(foreach f, $(notdir $(RADIO_FILES)),$(call add-radio-file,firmware/$(f)))
endif