commit | 7f16b197c76fbae9399242f055a7ee16dcd0fd6d | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Thu Oct 25 16:05:57 2012 -0700 |
committer | Marco Nelissen <marcone@google.com> | Thu Oct 25 16:05:57 2012 -0700 |
tree | c3ef4aac9bb7cedd1a694a50d4f9be0ec83cc817 | |
parent | 6035cb5a61a7606cc8e4ecddec32b2eb37a9fd56 [diff] [blame] |
Only export the symbols that need to be The effects libraries were exporting many more symbols than needed. This reduces the exported symbols to just the needed ones (basically just "AELI"), which happens to also save about 28KB. Change-Id: I115077e52e8dc845282e6f62a522908d26dd72d6
diff --git a/media/libeffects/preprocessing/Android.mk b/media/libeffects/preprocessing/Android.mk index c13b9d4..dfa1711 100755 --- a/media/libeffects/preprocessing/Android.mk +++ b/media/libeffects/preprocessing/Android.mk
@@ -29,4 +29,6 @@ LOCAL_SHARED_LIBRARIES += libdl endif +LOCAL_CFLAGS += -fvisibility=hidden + include $(BUILD_SHARED_LIBRARY)