modules: camera: Hide HAL symbols
Explicitly hide all symbols from being exported from the camera HAL
except the symbol required to load the module.
Change-Id: I3d499e7c550bc42a9012b0a677f31a76f4cd99a3
diff --git a/modules/camera/Android.mk b/modules/camera/Android.mk
index 44d7212..eebffc1 100644
--- a/modules/camera/Android.mk
+++ b/modules/camera/Android.mk
@@ -32,7 +32,7 @@
libcutils \
liblog \
-LOCAL_CFLAGS += -Wall -Wextra
+LOCAL_CFLAGS += -Wall -Wextra -fvisibility=hidden
LOCAL_MODULE_TAGS := optional