Hide symbols from static libraries

This commit is contained in:
Cameron Gutman 2018-05-27 13:48:09 -07:00
parent 5942545b9c
commit 9d4e9631bc

View File

@ -52,5 +52,6 @@ endif
LOCAL_LDLIBS := -llog
LOCAL_STATIC_LIBRARIES := libopus libssl libcrypto
LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL
include $(BUILD_SHARED_LIBRARY)