commit | 70e75d92872076f3f89cedf3b3a7b9ca4e9aafc1 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu Feb 25 21:10:19 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 25 21:10:20 2016 +0000 |
tree | c9b74f6eb1337509001d182475cbc3297cb1d1ba | |
parent | faf7946bd79622a6fc564bc2487c21c950c896b1 [diff] | |
parent | 96ccb85fa226d74b82ba0e6f69e5439f4a81adf3 [diff] |
Merge "Make libutils symbols protected"
diff --git a/libutils/Android.mk b/libutils/Android.mk index 3663c52..6f88a6d 100644 --- a/libutils/Android.mk +++ b/libutils/Android.mk
@@ -72,7 +72,7 @@ ifeq ($(TARGET_ARCH),mips) LOCAL_CFLAGS += -DALIGN_DOUBLE endif -LOCAL_CFLAGS += -Werror +LOCAL_CFLAGS += -Werror -fvisibility=protected LOCAL_STATIC_LIBRARIES := \ libcutils \