diff options
-rw-r--r-- | device_base.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/device_base.mk b/device_base.mk index e25d989..94208db 100644 --- a/device_base.mk +++ b/device_base.mk @@ -117,15 +117,6 @@ PRODUCT_COPY_FILES += \ device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/secomxregistry:system/etc/secomxregistry \ device/samsung/crespo/media_profiles.xml:system/etc/media_profiles.xml - -# These are the OpenMAX IL modules -PRODUCT_PACKAGES += \ - libSEC_OMX_Core \ - libOMX.SEC.AVC.Decoder \ - libOMX.SEC.M4V.Decoder \ - libOMX.SEC.M4V.Encoder \ - libOMX.SEC.AVC.Encoder - # Misc other modules PRODUCT_PACKAGES += \ lights.s5pc110 \ @@ -150,7 +141,6 @@ PRODUCT_PACKAGES += \ # Libs PRODUCT_PACKAGES += \ libcamera \ - libstagefrighthw \ libakm \ com.android.future.usb.accessory |