OSDN Git Service

Fix phony dependency marshmallow-x86 android-x86-6.0-r3
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 14 Apr 2017 04:10:26 +0000 (12:10 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 14 Apr 2017 04:10:26 +0000 (12:10 +0800)
commit2f848f6b9b75dfd99133c7003f88e60dbee5de5b
tree6af101ee51daf7ab90f1cfe3ecae0fafa65e9b48
parent39b9add9ff69771b9b21dd0010a0d3116096849a
Fix phony dependency

It's wrong to let the toybox executable depend on a phony target
toybox_links. It makes "Nothing to be done" not work.

Rewrite the rules by LOCAL_POST_INSTALL_CMD like the toolbox does.
Android.mk