Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b63d8cf8 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am e2331e9f: am 36cff2a9: am edb9df24: Merge "Check to determine if we can...

am e2331e9f: am 36cff2a9: am edb9df24: Merge "Check  to determine if we can run dex-preopt." into lmp-dev

* commit 'e2331e9f':
  Check $(built_dex) to determine if we can run dex-preopt.
parents ea2f063f e2331e9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ endif
ifdef LOCAL_UNINSTALLABLE_MODULE
LOCAL_DEX_PREOPT :=
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 :=
endif
# if module oat file requested in data, disable LOCAL_DEX_PREOPT, will default location to dalvik-cache