summaryrefslogtreecommitdiff
path: root/mobicore/daemon/Daemon/Device/Platforms/Android.mk
blob: 48dd98ae3737e316642ad570ea9b8429300fa7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# =============================================================================
#
# Makefile pointing to the platform specific makefile.
#
# =============================================================================

PLATFORMS_PATH := $(LOCAL_PATH)/Daemon/Device/Platforms

# Always include the Generic code
include $(PLATFORMS_PATH)/Generic/Android.mk

ifneq ($(filter-out Generic,$(PLATFORM)),)
  $(info PLATFORM: $(PLATFORM))
  include $(PLATFORMS_PATH)/$(PLATFORM)/Android.mk
endif