media: move asString into android namespace
Change-Id: I98c1f32de97b5dff0faf06c60127ef1c1b254604
diff --git a/include/media/openmax/OMX_AsString.h b/include/media/openmax/OMX_AsString.h
index 0aa567d..aacffad 100644
--- a/include/media/openmax/OMX_AsString.h
+++ b/include/media/openmax/OMX_AsString.h
@@ -18,6 +18,10 @@
Each section has its own include guard. This file should be included AFTER
the OMX include files. */
+#ifdef ANDROID
+namespace android {
+#endif
+
#ifdef OMX_Audio_h
/* asString definitions if media/openmax/OMX_Audio.h was included */
@@ -948,3 +952,7 @@
#endif // AS_STRING_FOR_OMX_VIDEOEXT_H
#endif // OMX_VideoExt_h
+
+#ifdef ANDROID
+} // namespace android
+#endif