Просмотр исходного кода

sm8450-common: Disable OMX service

Change-Id: I5381e098af64271f9d71c484262e1710e8fcacea
Michael Bestas 2 месяцев назад
Родитель
Сommit
cd27c4870a
3 измененных файлов с 1 добавлено и 15 удалено
  1. 1 0
      common.mk
  2. 0 1
      properties/vendor.prop
  3. 0 14
      vintf/manifest.xml

+ 1 - 0
common.mk

@@ -6,6 +6,7 @@
 
 # Inherit from those products. Most specific first.
 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
+TARGET_SUPPORTS_OMX_SERVICE := false
 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
 
 # Add common definitions for Qualcomm

+ 0 - 1
properties/vendor.prop

@@ -174,7 +174,6 @@ ro.hardware.keystore_desede=true
 # Media
 debug.c2.use_dmabufheaps=1
 debug.stagefright.c2inputsurface=-1
-vendor.media.omx=0
 
 # Perf
 ro.vendor.extension_library=libqti-perfd-client.so

+ 0 - 14
vintf/manifest.xml

@@ -55,20 +55,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
             <instance>default</instance>
         </interface>
     </hal>
-    <hal format="hidl">
-        <name>android.hardware.media.omx</name>
-        <transport>hwbinder</transport>
-        <impl level="generic"></impl>
-        <version>1.0</version>
-        <interface>
-            <name>IOmx</name>
-            <instance>default</instance>
-        </interface>
-        <interface>
-            <name>IOmxStore</name>
-            <instance>default</instance>
-        </interface>
-    </hal>
     <!-- DSP Service -->
     <hal format="hidl">
         <name>vendor.qti.hardware.dsp</name>