Skip to content

Commit

Permalink
g4: remove qcmediaplayer
Browse files Browse the repository at this point in the history
* This is unused and won't even be built with the current flags
  we have enabled.
* Setting it in PRODUCT_BOOT_JARS also fails when we aren't actually
  compiling it if we build with dex preopt

Change-Id: I48a83b8326c8fcce52d895b400b879a7fe6de25b
  • Loading branch information
invisiblek authored and Gerrit Code Review committed Mar 2, 2016
1 parent 8829c67 commit 5e45b71
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions g4.mk
Expand Up @@ -225,12 +225,7 @@ PRODUCT_PACKAGES += \
libOmxVenc \
libOmxVidcCommon \
libstagefrighthw \
libstagefright_soft_flacdec \
libqcmediaplayer \
qcmediaplayer

PRODUCT_BOOT_JARS += \
qcmediaplayer
libstagefright_soft_flacdec

# Power
PRODUCT_PACKAGES += \
Expand Down

1 comment on commit 5e45b71

@Nihhaar
Copy link

@Nihhaar Nihhaar commented on 5e45b71 Sep 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think libstagefright_soft_flacdec should also be removed.

Please sign in to comment.