1# the following test is made to detect that we were called 2# through the 'm' or 'mm' build commands. if not, we use the 3# standard QEMU Makefile 4# 5LOCAL_PATH:= $(call my-dir) 6include $(LOCAL_PATH)/Makefile.android 7
1# the following test is made to detect that we were called 2# through the 'm' or 'mm' build commands. if not, we use the 3# standard QEMU Makefile 4# 5LOCAL_PATH:= $(call my-dir) 6include $(LOCAL_PATH)/Makefile.android 7