commit | 35237d135807af84bf9b0e5b8d7f8633e58db6f5 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Wed Dec 17 18:08:08 2008 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Dec 17 18:08:08 2008 -0800 |
tree | d8bcf3ada2182d248604728285dd80abb466f22a | |
parent | 4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 [diff] |
Code drop from //branches/cupcake/...@124589
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index df8ba9f..b0c241e 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk
@@ -83,3 +83,8 @@ $(hide) ln -sf $(TOOLBOX_BINARY) $@ ALL_DEFAULT_INSTALLED_MODULES += $(SYMLINKS) + +# We need this so that the installed files could be picked up based on the +# local module name +ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ + $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)