Merge "Install symlinks when using shortcut phony targets" am: 6f1cf129f2 am: f9ed0fffe4

am: 7d26f58c09

Change-Id: I0b2c5683a90ee2a473d5ae5d5c32b902e087f5fc
This commit is contained in:
Colin Cross
2016-08-25 20:52:16 +00:00
committed by android-build-merger

View File

@@ -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
###########################################################