forked from openkylin/platform_build
Remove copy/paste code.
The options passed are already the default. This is also to reduce the difference between user and userdebug related to dexopt. Test: m Change-Id: Id62c38f145909b511761b471160028915000fc23
This commit is contained in:
parent
e3692095a1
commit
b7c5e3bbb9
|
@ -36,18 +36,6 @@ TARGET_USES_MKE2FS := true
|
||||||
# Generic AOSP image always requires separate vendor.img
|
# Generic AOSP image always requires separate vendor.img
|
||||||
TARGET_COPY_OUT_VENDOR := vendor
|
TARGET_COPY_OUT_VENDOR := vendor
|
||||||
|
|
||||||
# Enable dex pre-opt to speed up initial boot
|
|
||||||
ifeq ($(HOST_OS),linux)
|
|
||||||
ifeq ($(WITH_DEXPREOPT),)
|
|
||||||
WITH_DEXPREOPT := true
|
|
||||||
WITH_DEXPREOPT_PIC := true
|
|
||||||
ifneq ($(TARGET_BUILD_VARIANT),user)
|
|
||||||
# Retain classes.dex in APK's for non-user builds
|
|
||||||
DEX_PREOPT_DEFAULT := nostripping
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Generic AOSP image does NOT support HWC1
|
# Generic AOSP image does NOT support HWC1
|
||||||
TARGET_USES_HWC2 := true
|
TARGET_USES_HWC2 := true
|
||||||
# Set emulator framebuffer display device buffer count to 3
|
# Set emulator framebuffer display device buffer count to 3
|
||||||
|
|
Loading…
Reference in New Issue