Remove media command

Use media-session shell command instead.

Bug: 144453231
Test: manually
Change-Id: I69e877d25621d4f77f40a676d1511cbb9e6af83d
This commit is contained in:
Sungsoo Lim
2019-12-11 14:27:01 +09:00
parent 5c0aa1b3ee
commit 96504cfeb5
2 changed files with 6 additions and 4 deletions

View File

@@ -719,6 +719,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/MediaProvider)
# The core image variant has been renamed to "" # The core image variant has been renamed to ""
$(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -type d -name "android_*_core*" -print0 | xargs -0 rm -rf) $(call add-clean-step, find $(SOONG_OUT_DIR)/.intermediates -type d -name "android_*_core*" -print0 | xargs -0 rm -rf)
# Remove 'media' command
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/media)
# ************************************************ # ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************ # ************************************************

View File

@@ -202,7 +202,6 @@ PRODUCT_PACKAGES += \
lpdump \ lpdump \
lshal \ lshal \
mdnsd \ mdnsd \
media \
mediacodec.policy \ mediacodec.policy \
mediaextractor \ mediaextractor \
mediametrics \ mediametrics \