summaryrefslogtreecommitdiffstats
path: root/linker/Android.mk
blob: 1d03a9cfc8517c121c02a9174cbbf4930596e0d3 (plain)
1
2
3
4
5
6
7
8
9
LOCAL_PATH:= $(call my-dir)

linker_2nd_arch_var_prefix :=
include $(LOCAL_PATH)/linker.mk

ifdef TARGET_2ND_ARCH
linker_2nd_arch_var_prefix := $(TARGET_2ND_ARCH_VAR_PREFIX)
include $(LOCAL_PATH)/linker.mk
endif