am edb9df24
: Merge "Check to determine if we can run dex-preopt." into lmp-dev
* commit 'edb9df24d00091a5206ba36d7f32ed75d6c462b9': Check $(built_dex) to determine if we can run dex-preopt.
This commit is contained in:
@@ -25,7 +25,7 @@ endif
|
|||||||
ifdef LOCAL_UNINSTALLABLE_MODULE
|
ifdef LOCAL_UNINSTALLABLE_MODULE
|
||||||
LOCAL_DEX_PREOPT :=
|
LOCAL_DEX_PREOPT :=
|
||||||
endif
|
endif
|
||||||
ifeq (,$(strip $(all_java_sources)$(full_static_java_libs)$(my_prebuilt_src_file))) # contains no java code
|
ifeq (,$(strip $(built_dex)$(my_prebuilt_src_file))) # contains no java code
|
||||||
LOCAL_DEX_PREOPT :=
|
LOCAL_DEX_PREOPT :=
|
||||||
endif
|
endif
|
||||||
# if module oat file requested in data, disable LOCAL_DEX_PREOPT, will default location to dalvik-cache
|
# if module oat file requested in data, disable LOCAL_DEX_PREOPT, will default location to dalvik-cache
|
||||||
|
Reference in New Issue
Block a user