mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
- Change to vulkan.mali as of d28b7e1
Change-Id: I229b76868aa8afb0542f21d112be94080f85e7e6
8 lines
255 B
Makefile
8 lines
255 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter a10dd a10 a20 a20e a30 a30s a40, $(TARGET_DEVICE)),)
|
|
|
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
|
|
|
endif
|