forked from openkylin/platform_build
Remove codec libs from base_system.mk
- libstagefright_enc_common - libstagefright_amrnb_common Bug: 141885505 Test: build and boot. Checked libstagefright_enc_common.so doesn't exist in /system/lib64. libstagefright_amrnb_common.so is still there because other system module, librtp_jni.so, is using it, but there is no reason to keep this in base_system.mk. Change-Id: I43692b50bd23e0b857606b42cb000c8566489dd6
This commit is contained in:
parent
efd0d2da0f
commit
6e2b1f84fd
|
@ -174,8 +174,6 @@ PRODUCT_PACKAGES += \
|
|||
libspeexresampler \
|
||||
libsqlite \
|
||||
libstagefright \
|
||||
libstagefright_amrnb_common \
|
||||
libstagefright_enc_common \
|
||||
libstagefright_foundation \
|
||||
libstagefright_omx \
|
||||
libstdc++ \
|
||||
|
|
Loading…
Reference in New Issue