Merge "Make libutils symbols protected"

This commit is contained in:
Dimitry Ivanov 2016-02-25 21:10:19 +00:00 committed by Gerrit Code Review
commit 70e75d9287
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ LOCAL_SRC_FILES:= \
ifeq ($(TARGET_ARCH),mips)
LOCAL_CFLAGS += -DALIGN_DOUBLE
endif
LOCAL_CFLAGS += -Werror
LOCAL_CFLAGS += -Werror -fvisibility=protected
LOCAL_STATIC_LIBRARIES := \
libcutils \