Merge "Fix reference to uncleared variable in dex_preopt_odex_install.mk"

This commit is contained in:
Colin Cross
2021-05-06 03:16:20 +00:00
committed by Gerrit Code Review

View File

@@ -266,7 +266,7 @@ ifeq (true,$(LOCAL_ENFORCE_USES_LIBRARIES))
$(PRIVATE_DEXPREOPT_CONFIGS) \
$(PRIVATE_RELAX_CHECK) \
$<
$(built_module) : $(my_enforced_uses_libraries)
$(LOCAL_BUILT_MODULE) : $(my_enforced_uses_libraries)
endif
################################################################################