Merge "Make libutils symbols protected" into nyc-dev

am: aa2cf3facf

* commit 'aa2cf3facf8d26a3642c90cbf5b83e18934da48c':
  Make libutils symbols protected
This commit is contained in:
Dimitry Ivanov 2016-02-25 21:10:24 +00:00 committed by android-build-merger
commit ca0c8ce614

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 \