1ifneq ($(filter arm aarch64 arm64, $(TARGET_ARCH)),) 2 3 4AENC_AAC_PATH:= $(call my-dir) 5 6include $(AENC_AAC_PATH)/qdsp6/Android.mk 7 8endif 9