android_device_samsung_a52q/Android.mk
Simon1511 da8223ea7d Initial a52q tree
Change-Id: I7f1c50bda155154412ad0a69ec9bf4c156414f09
2021-09-21 14:18:32 +02:00

16 lines
300 B
Makefile

#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),a52q)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
endif