Add an include path to allow moving header files in goldfish-opengl

I am goinf to move few header files in goldfish-opengl.

Bug: 116046430
Test: make -j
Change-Id: I94c546f53589f72a81e9c56ee17d35c64deca20c
Signed-off-by: Roman Kiryanov <rkir@google.com>
diff --git a/camera/Android.mk b/camera/Android.mk
index ac3e614..29dcb7c 100644
--- a/camera/Android.mk
+++ b/camera/Android.mk
@@ -49,6 +49,7 @@
 	frameworks/native/include/media/hardware \
 	$(LOCAL_PATH)/../include \
 	$(LOCAL_PATH)/../../goldfish-opengl/system/OpenglSystemCommon \
+	$(LOCAL_PATH)/../../goldfish-opengl/shared/OpenglCodecCommon \
 	$(call include-path-for, camera)
 
 emulator_camera_src := \