How to remove Cactus player in the i.MX8M mini Android 11 BSP

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to remove Cactus player in the i.MX8M mini Android 11 BSP

跳至解决方案
1,226 次查看
territao
Contributor II

Hello,

 

I'm customizing the Android 11 AOSP, the NXP BSP for the i.MX8M mini platform contains a pre-installed Cactus player, how to remove the Cactus player from the pre-installed APK list?

 

Thanks,

Terri

0 项奖励
回复
1 解答
951 次查看
street2409
Contributor III

Remove it from the list in device/nxp/imx8m/ProductConfigCommon.mk

 PRODUCT_PACKAGES += \
    vsidaemon \
    CactusPlayer

在原帖中查看解决方案

2 回复数
952 次查看
street2409
Contributor III

Remove it from the list in device/nxp/imx8m/ProductConfigCommon.mk

 PRODUCT_PACKAGES += \
    vsidaemon \
    CactusPlayer
947 次查看
territao
Contributor II

Thank you, it works!

0 项奖励
回复