Merge "Make libutils symbols protected" into nyc-dev
am: aa2cf3facf
* commit 'aa2cf3facf8d26a3642c90cbf5b83e18934da48c':
Make libutils symbols protected
This commit is contained in:
commit
ca0c8ce614
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue