forked from openkylin/platform_build
am f2bab487: Merge "Remove now unnecessary property overrides to opt into stagefright." into gingerbread
Merge commit 'f2bab487cc71a8a210ff98d21172d62edcaa6d2a' into gingerbread-plus-aosp * commit 'f2bab487cc71a8a210ff98d21172d62edcaa6d2a': Remove now unnecessary property overrides to opt into stagefright.
This commit is contained in:
commit
c55bb9ecc9
|
@ -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)),)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue