Build without OpenCore by default, remove obsolete opt-in to stagefright.

Change-Id: I6e08d2136147f4e279f8a5b2b3837e4317faf27c
related-to-bug: 2941153
This commit is contained in:
Andreas Huber 2010-08-30 12:48:03 -07:00
parent ae55314348
commit 200f25984c
2 changed files with 2 additions and 3 deletions

View File

@ -277,6 +277,8 @@ ADDITIONAL_BUILD_PROPERTIES += ro.config.nocheckin=yes
else # !sdk
endif
BUILD_WITHOUT_PV := true
## precise GC ##
ifneq ($(filter dalvik.gc.type-precise,$(PRODUCT_TAGS)),)

View File

@ -43,6 +43,3 @@ PRODUCT_PACKAGES := \
PackageInstaller \
DefaultContainerService \
Bugreport
PRODUCT_PROPERTY_OVERRIDES += \
media.stagefright.enable-record=true