android_system_core/libpixelflinger/tests/arch-arm64/Android.mk
Colin Cross d4146e6091 system/core: rename aarch64 target to arm64
Rename aarch64 build targets to arm64.  The gcc toolchain is still
aarch64.

Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
2014-01-23 18:01:14 -08:00

3 lines
66 B
Makefile

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