Remove now unnecessary property overrides to opt into stagefright.

Change-Id: I9810030e5576ac5a9cb31fcf0ce3f0baa96f6f40
related-to-bug: 2370115
This commit is contained in:
Andreas Huber 2010-06-23 16:39:45 -07:00
parent 4a1c70e53b
commit e3bbae0382
2 changed files with 0 additions and 12 deletions

View File

@ -266,11 +266,6 @@ ADDITIONAL_BUILD_PROPERTIES += ro.config.nocheckin=yes
else # !sdk
endif
# build the full stagefright library
ifneq ($(strip BUILD_WITH_FULL_STAGEFRIGHT),)
BUILD_WITH_FULL_STAGEFRIGHT := true
endif
## precise GC ##
ifneq ($(filter dalvik.gc.type-precise,$(PRODUCT_TAGS)),)

View File

@ -43,10 +43,3 @@ PRODUCT_PACKAGES := \
PackageInstaller \
DefaultContainerService \
Bugreport
PRODUCT_PROPERTY_OVERRIDES += \
media.stagefright.enable-player=true \
media.stagefright.enable-meta=true \
media.stagefright.enable-scan=true \
media.stagefright.enable-http=true \
media.stagefright.enable-vorbis=true