Merge "Add a dependency on boot jars $(LOCAL_BUILT_MODULE)" am: c2144bb0c4

am: f9953860b0

Change-Id: I73d64e79268603d4c0088c6e4225a830e0e04a8f
This commit is contained in:
Colin Cross 2019-03-18 22:19:44 -07:00 committed by android-build-merger
commit 1d3caff3c0
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ ifdef LOCAL_SOONG_DEX_JAR
ALL_MODULES.$(my_register_name).INSTALLED += $(installed_odex)
# Make sure to install the .odex and .vdex when you run "make <module_name>"
$(my_all_targets): $(installed_odex)
# Copy $(LOCAL_BUILT_MODULE) and its dependencies when installing boot.art
$(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE): $(LOCAL_BUILT_MODULE)
endif
endif # is_boot_jar