new LOCAL_DEX_PREOPT option "nostripping"
Set "LOCAL_DEX_PREOPT := nostripping" to do dex-preopt while not strip the classes.dex. Bug: 5396625 5502338 Change-Id: Ie8dea4414ebeefeae89c6433b246faea27baa5e7
This commit is contained in:
@@ -528,7 +528,7 @@ $(LOCAL_INSTALLED_MODULE): $(LOCAL_BUILT_MODULE)
|
||||
$(copy-file-to-target-with-cp)
|
||||
endif
|
||||
|
||||
ifeq ($(LOCAL_DEX_PREOPT),true)
|
||||
ifdef LOCAL_DEX_PREOPT
|
||||
installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
|
||||
built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
|
||||
$(installed_odex) : $(built_odex) | $(ACP)
|
||||
|
Reference in New Issue
Block a user