Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c007b0b authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Don't install omx service by default on new devices" am: cd91bec2

parents fa9ec4cd cd91bec2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -473,6 +473,9 @@ ifdef PRODUCT_SHIPPING_API_LEVEL
  ifneq (,$(call math_gt_or_eq,29,$(PRODUCT_SHIPPING_API_LEVEL)))
    PRODUCT_PACKAGES += $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29)
  endif
  ifneq (,$(call math_gt_or_eq,33,$(PRODUCT_SHIPPING_API_LEVEL)))
    PRODUCT_PACKAGES += $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33)
  endif
endif

# If build command defines OVERRIDE_PRODUCT_EXTRA_VNDK_VERSIONS,
+2 −1
Original line number Diff line number Diff line
@@ -74,8 +74,9 @@ PRODUCT_PACKAGES += \
    shell_and_utilities_vendor \

# OMX not supported for 64bit_only builds
# Only supported when SHIPPING_API_LEVEL is less than or equal to 33
ifneq ($(TARGET_SUPPORTS_OMX_SERVICE),false)
    PRODUCT_PACKAGES += \
    PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33 += \
        android.hardware.media.omx@1.0-service \

endif