m5: Add aml_upgrade build target
[GitHub/LineageOS/G12/android_device_bananapi_m5.git] / Android.mk
1 #
2 # Copyright (C) 2021 The LineageOS Project
3 #
4 # SPDX-License-Identifier: Apache-2.0
5 #
6
7 ifeq ($(TARGET_DEVICE), m5)
8
9 LOCAL_PATH := $(call my-dir)
10 include $(call all-makefiles-under,$(LOCAL_PATH))
11
12 include $(LOCAL_PATH)/factory.mk
13
14 include external/wpa_supplicant_8/wpa_supplicant/wpa_supplicant_conf.mk
15
16 endif