Android n preview 1
Stop using $(shell) to create the wlan_mac.bin symlink

Instead, use a phony package with a LOCAL_POST_INSTALL_CMD, and select
it to be installed from device.mk. That way this is only created when
needed, not every time 'm' is run.

Change-Id: Ib599c16c11772e1a4e6b745449df7e0b969c96c5
2 files changed