forked from openkylin/platform_build
am b082b5f1: Merge "Disable DEXPREOPT until we have multilib support"
* commit 'b082b5f1b2d1a45ee91de186428d5e341d02c08a': Disable DEXPREOPT until we have multilib support
This commit is contained in:
commit
03d02a2687
|
@ -37,3 +37,6 @@ TARGET_PREFER_32_BIT_APPS := true
|
|||
|
||||
TARGET_SUPPORTS_32_BIT_APPS := true
|
||||
TARGET_SUPPORTS_64_BIT_APPS := true
|
||||
|
||||
# Disable DEXPREOPT until we have multilib support (bug 14694978).
|
||||
WITH_DEXPREOPT := false
|
||||
|
|
Loading…
Reference in New Issue