| The Android Open Source Project | 8b23a6c | 2009-03-03 19:30:32 -0800 | [diff] [blame] | 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 | # | ||||
| David 'Digit' Turner | 1af8215 | 2014-03-03 20:41:37 +0100 | [diff] [blame^] | 5 | LOCAL_PATH:= $(call my-dir) |
| 6 | include $(LOCAL_PATH)/Makefile.android | ||||