Build without OpenCore by default, remove obsolete opt-in to stagefright.
Change-Id: I6e08d2136147f4e279f8a5b2b3837e4317faf27c related-to-bug: 2941153
This commit is contained in:
parent
ae55314348
commit
200f25984c
|
@ -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)),)
|
||||
|
|
|
@ -43,6 +43,3 @@ PRODUCT_PACKAGES := \
|
|||
PackageInstaller \
|
||||
DefaultContainerService \
|
||||
Bugreport
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
media.stagefright.enable-record=true
|
||||
|
|
Loading…
Reference in New Issue