forked from openkylin/platform_build
am 5968de73: Merge "Remove stale dexopt flags."
* commit '5968de73fb78e2ca8f32ab0588cac92f74a0435e': Remove stale dexopt flags.
This commit is contained in:
commit
b78348d5b4
10
core/main.mk
10
core/main.mk
|
@ -404,16 +404,6 @@ endif
|
||||||
|
|
||||||
BUILD_WITHOUT_PV := true
|
BUILD_WITHOUT_PV := true
|
||||||
|
|
||||||
## precise GC ##
|
|
||||||
|
|
||||||
ifneq ($(filter dalvik.gc.type-precise,$(PRODUCT_TAGS)),)
|
|
||||||
# Enabling type-precise GC results in larger optimized DEX files. The
|
|
||||||
# additional storage requirements for ".odex" files can cause /system
|
|
||||||
# to overflow on some devices, so this is configured separately for
|
|
||||||
# each product.
|
|
||||||
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dexopt-flags=m=y
|
|
||||||
endif
|
|
||||||
|
|
||||||
ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android
|
ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android
|
||||||
|
|
||||||
# enable vm tracing in files for now to help track
|
# enable vm tracing in files for now to help track
|
||||||
|
|
Loading…
Reference in New Issue