commit | 21aece139052d2200eeff187db0bcc662081bd96 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu Feb 25 21:08:48 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 25 21:08:48 2016 +0000 |
tree | 39ceda6efccf2398961899a9bd6a29a86f3a629a | |
parent | 08ea54ff06b378bda72bff0ed847c29a23185e1e [diff] | |
parent | 9aedada0ce984922984c5d2e0fec1ec3d812af58 [diff] |
Merge "Make libutils symbols protected" into nyc-dev
diff --git a/libutils/Android.mk b/libutils/Android.mk index 8c4fd15..3584b6a 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 \