summaryrefslogtreecommitdiffstats
path: root/linker/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:14 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:14 -0800
commitfe5745033a4f397c62a4e00efd9257ac9f83755c (patch)
tree3be0c520fae17689bbf5584e1136fb820caef26f /linker/Android.mk
parent7d9dcdc82a871926e5e3a27143908fa3f4181b5f (diff)
downloadbionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.zip
bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.tar.gz
bionic-fe5745033a4f397c62a4e00efd9257ac9f83755c.tar.bz2
auto import from //depot/cupcake/@137055
Diffstat (limited to 'linker/Android.mk')
-rw-r--r--linker/Android.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/linker/Android.mk b/linker/Android.mk
index 98eceda..48141be 100644
--- a/linker/Android.mk
+++ b/linker/Android.mk
@@ -6,7 +6,8 @@ LOCAL_SRC_FILES:= \
linker.c \
rt.c \
dlfcn.c \
- debugger.c
+ debugger.c \
+ ba.c
LINKER_TEXT_BASE := 0xB0000100
@@ -16,7 +17,9 @@ LINKER_AREA_SIZE := 0x01000000
LOCAL_LDFLAGS := -Wl,-Ttext,$(LINKER_TEXT_BASE)
-LOCAL_CFLAGS += -DPRELINK -DLINKER_TEXT_BASE=$(LINKER_TEXT_BASE) -DLINKER_AREA_SIZE=$(LINKER_AREA_SIZE)
+LOCAL_CFLAGS += -DPRELINK
+LOCAL_CFLAGS += -DLINKER_TEXT_BASE=$(LINKER_TEXT_BASE)
+LOCAL_CFLAGS += -DLINKER_AREA_SIZE=$(LINKER_AREA_SIZE)
# we need to access the Bionic private header <bionic_tls.h>
# in the linker