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,359件の閲覧回数
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 解決策
1,084件の閲覧回数
street2409
Contributor III

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

 PRODUCT_PACKAGES += \
    vsidaemon \
    CactusPlayer

元の投稿で解決策を見る

2 返答(返信)
1,085件の閲覧回数
street2409
Contributor III

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

 PRODUCT_PACKAGES += \
    vsidaemon \
    CactusPlayer
1,080件の閲覧回数
territao
Contributor II

Thank you, it works!

0 件の賞賛
返信