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,465 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
Reply
1 Solution
1,190 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
1,191 Views
street2409
Contributor III

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

 PRODUCT_PACKAGES += \
    vsidaemon \
    CactusPlayer
1,186 Views
territao
Contributor II

Thank you, it works!

0 Kudos
Reply