summaryrefslogtreecommitdiff
path: root/Android.mk
blob: 03ef7e99a7ccb5c5d064b7e277c068903fb48b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###############################################################################
# FILE: Makefile
#
# Top-level Makefile for ASR
###############################################################################

# remember root of ASR source tree
export ASR_ROOT_DIR := $(call my-dir)
export ASR_MAKE_DIR := $(ASR_ROOT_DIR)/make/asr

# perform sub-makes
ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean
include $(call all-subdir-makefiles)
endif