adevtool/vendor-skels/google_devices/felix/Android.mk.skip
2023-08-31 16:03:43 -04:00

11 lines
298 B
Text

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