summaryrefslogtreecommitdiffstats
path: root/libstdc++
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-08-13 14:06:05 -0700
committerElliott Hughes <enh@google.com>2012-08-13 14:06:05 -0700
commitae5c64413bf72bc18d7fc81e1f5761824bc01f49 (patch)
tree910859328e35be8af64308ad002b0d290bc738f1 /libstdc++
parent66fba00991f03d07c72f809d033b88748f839bda (diff)
downloadbionic-ae5c64413bf72bc18d7fc81e1f5761824bc01f49.zip
bionic-ae5c64413bf72bc18d7fc81e1f5761824bc01f49.tar.gz
bionic-ae5c64413bf72bc18d7fc81e1f5761824bc01f49.tar.bz2
Add dependencies on all the makefiles.
This should help prevent broken builds next time I'm messing with assembler/compiler/linker flags... Change-Id: I30f15a3ce3c3f3c60cad7bc59aaba9f42d792224
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++/Android.mk b/libstdc++/Android.mk
index 7d27aa8..41e6c4d 100644
--- a/libstdc++/Android.mk
+++ b/libstdc++/Android.mk
@@ -19,6 +19,7 @@ LOCAL_SRC_FILES:= \
src/typeinfo.cpp
LOCAL_MODULE:= libstdc++
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_CFLAGS := $(libstdc++_cflags)
@@ -37,6 +38,7 @@ LOCAL_SRC_FILES:= \
LOCAL_CFLAGS := $(libstdc++_cflags)
LOCAL_MODULE:= libstdc++
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_SYSTEM_SHARED_LIBRARIES := libc