Merge "Add missing dependency from module name to symlinks" am: a421192568
am: dcb9d51f9d
Original change: https://android-review.googlesource.com/c/platform/build/+/1883262 Change-Id: Ifd61199a54b90f16664206c15f626ad1157e31cc
This commit is contained in:
@@ -526,6 +526,10 @@ ifneq (,$(LOCAL_SOONG_INSTALLED_MODULE))
|
||||
# copy of the intermediates for now, as some rules that collect intermediates may expect
|
||||
# them to exist.
|
||||
$(LOCAL_INSTALLED_MODULE): $(LOCAL_BUILT_MODULE)
|
||||
|
||||
$(foreach symlink, $(LOCAL_SOONG_INSTALL_SYMLINKS), \
|
||||
$(call declare-0p-target,$(symlink)))
|
||||
$(my_all_targets) : | $(LOCAL_SOONG_INSTALL_SYMLINKS)
|
||||
else ifneq (true,$(LOCAL_UNINSTALLABLE_MODULE))
|
||||
ifneq ($(LOCAL_INSTALLED_MODULE),$(my_default_test_module))
|
||||
$(LOCAL_INSTALLED_MODULE): PRIVATE_POST_INSTALL_CMD := $(LOCAL_POST_INSTALL_CMD)
|
||||
|
Reference in New Issue
Block a user