Merge "Make libutils symbols protected" into nyc-dev

This commit is contained in:
Dimitry Ivanov 2016-02-25 21:08:48 +00:00 committed by Android (Google) Code Review
commit aa2cf3facf

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 \