Check for unknown flags passed to dlopen(3).
Change-Id: I56f4aab0e5a1487bc32d2c4d231e8bd15c4ac8da
diff --git a/linker/Android.mk b/linker/Android.mk
index b757030..5fccf9b 100644
--- a/linker/Android.mk
+++ b/linker/Android.mk
@@ -8,21 +8,21 @@
endif
LOCAL_SRC_FILES:= \
- arch/$(TARGET_ARCH)/begin.$(linker_begin_extension) \
- debugger.cpp \
- dlfcn.cpp \
- linker.cpp \
- linker_environ.cpp \
- linker_format.cpp \
- linker_phdr.cpp \
- rt.cpp
+ arch/$(TARGET_ARCH)/begin.$(linker_begin_extension) \
+ debugger.cpp \
+ dlfcn.cpp \
+ linker.cpp \
+ linker_environ.cpp \
+ linker_format.cpp \
+ linker_phdr.cpp \
+ rt.cpp
LOCAL_LDFLAGS := -shared
LOCAL_CFLAGS += -fno-stack-protector \
-Wstrict-overflow=5 \
-fvisibility=hidden \
- -Wall -Wextra
+ -Wall -Wextra -Werror
# We need to access Bionic private headers in the linker...
LOCAL_CFLAGS += -I$(LOCAL_PATH)/../libc/