android_system_core/libpixelflinger/tests/arch-mips/Android.mk

7 lines
132 B
Makefile

ifeq ($(TARGET_ARCH),mips)
include $(all-subdir-makefiles)
endif
ifeq ($(TARGET_ARCH),mipsel)
include $(all-subdir-makefiles)
endif