forked from openkylin/platform_build
Merge "Fix reference to uncleared variable in dex_preopt_odex_install.mk" am: 05302dade9
am: 48ef312c29
Original change: https://android-review.googlesource.com/c/platform/build/+/1697782 Change-Id: Ibee2105bb4f912d2b616da95b2b7da2389a999e3
This commit is contained in:
commit
fe70e5b756
|
@ -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
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue