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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,137 Views
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 Kudos
1 Solution
862 Views
street2409
Contributor III

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

 PRODUCT_PACKAGES += \
    vsidaemon \
    CactusPlayer

View solution in original post

2 Replies
863 Views
street2409
Contributor III

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

 PRODUCT_PACKAGES += \
    vsidaemon \
    CactusPlayer
858 Views
territao
Contributor II

Thank you, it works!

0 Kudos