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
Solved! Go to Solution.
Remove it from the list in device/nxp/imx8m/ProductConfigCommon.mk
PRODUCT_PACKAGES += \ vsidaemon \ CactusPlayer
Remove it from the list in device/nxp/imx8m/ProductConfigCommon.mk
PRODUCT_PACKAGES += \ vsidaemon \ CactusPlayer
Thank you, it works!