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

Commit f9ed0fff authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Install symlinks when using shortcut phony targets"

am: 6f1cf129

Change-Id: I73386358b3b74ed71f0e3640eb06b74eb923fb5a
parents 5c2ca39c 6f1cf129
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -374,6 +374,8 @@ my_installed_symlinks := $(addprefix $(my_module_path)/,$(LOCAL_MODULE_SYMLINKS)
$(foreach symlink,$(my_installed_symlinks),\
    $(call symlink-file,$(LOCAL_INSTALLED_MODULE),$(my_installed_module_stem),$(symlink)))

$(my_register_name) : | $(my_installed_symlinks)

endif # !LOCAL_UNINSTALLABLE_MODULE

###########################################################