Merge "av: Register extractors from system_ext partition" am: 8e6847543f am: fba89b6b9d am: 4851caf341 am: 66f882ef89 am: 428b051199

Change-Id: Ia31c7fa3227f68d6dce4db126b0f9820e9a02fc2
diff --git a/media/libstagefright/MediaExtractorFactory.cpp b/media/libstagefright/MediaExtractorFactory.cpp
index af7da06..7c981b3 100644
--- a/media/libstagefright/MediaExtractorFactory.cpp
+++ b/media/libstagefright/MediaExtractorFactory.cpp
@@ -302,6 +302,12 @@
 #endif
             "/extractors", NULL, *newList);
 
+    RegisterExtractors("/system_ext/lib"
+#ifdef __LP64__
+            "64"
+#endif
+            "/extractors", NULL, *newList);
+
     newList->sort(compareFunc);
     gPlugins = newList;