Loading target/product/sdk_base.mk +24 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ PRODUCT_PACKAGES := \ OpenWnn \ Protips \ rild \ screenrecord \ SdkSetup \ SmokeTest \ SmokeTestApp \ Loading @@ -57,6 +58,29 @@ PRODUCT_PACKAGES += \ audio.r_submix.default \ local_time.default # CDD mandates following codecs PRODUCT_PACKAGES += \ libstagefright_soft_aacdec \ libstagefright_soft_aacenc \ libstagefright_soft_amrdec \ libstagefright_soft_amrnbenc \ libstagefright_soft_amrwbenc \ libstagefright_soft_avcdec \ libstagefright_soft_avcenc \ libstagefright_soft_flacenc \ libstagefright_soft_g711dec \ libstagefright_soft_gsmdec \ libstagefright_soft_hevcdec \ libstagefright_soft_mp3dec \ libstagefright_soft_mpeg2dec \ libstagefright_soft_mpeg4dec \ libstagefright_soft_mpeg4enc \ libstagefright_soft_opusdec \ libstagefright_soft_rawdec \ libstagefright_soft_vorbisdec \ libstagefright_soft_vpxdec \ libstagefright_soft_vpxenc PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay PRODUCT_COPY_FILES := \ Loading Loading
target/product/sdk_base.mk +24 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ PRODUCT_PACKAGES := \ OpenWnn \ Protips \ rild \ screenrecord \ SdkSetup \ SmokeTest \ SmokeTestApp \ Loading @@ -57,6 +58,29 @@ PRODUCT_PACKAGES += \ audio.r_submix.default \ local_time.default # CDD mandates following codecs PRODUCT_PACKAGES += \ libstagefright_soft_aacdec \ libstagefright_soft_aacenc \ libstagefright_soft_amrdec \ libstagefright_soft_amrnbenc \ libstagefright_soft_amrwbenc \ libstagefright_soft_avcdec \ libstagefright_soft_avcenc \ libstagefright_soft_flacenc \ libstagefright_soft_g711dec \ libstagefright_soft_gsmdec \ libstagefright_soft_hevcdec \ libstagefright_soft_mp3dec \ libstagefright_soft_mpeg2dec \ libstagefright_soft_mpeg4dec \ libstagefright_soft_mpeg4enc \ libstagefright_soft_opusdec \ libstagefright_soft_rawdec \ libstagefright_soft_vorbisdec \ libstagefright_soft_vpxdec \ libstagefright_soft_vpxenc PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay PRODUCT_COPY_FILES := \ Loading