diff options
| author | ktoonsez <ktoonsez@gmail.com> | 2015-02-12 13:50:18 -0700 |
|---|---|---|
| committer | ktoonsez <ktoonsez@gmail.com> | 2015-02-12 22:33:46 +0000 |
| commit | b84f79c40f132291e7a1630dac12903e76d41c0e (patch) | |
| tree | 1b58c8f9424da3e27e2994f9fc27f10ce2d90d98 | |
| parent | 9d098d1c5732d24d74c6430bd684982b8fa9a7e8 (diff) | |
MODEM_IMAGES: Add extra firmware image symlinks required for SM-900FD
Change-Id: Ia90ceb60f3e1a1acb42835a943e87e748a2c6be1
| -rw-r--r-- | Android.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -90,10 +90,10 @@ $(MC_SYMLINKS): $(LOCAL_INSTALLED_MODULE) ALL_DEFAULT_INSTALLED_MODULES += $(MC_SYMLINKS) MODEM_IMAGES := \ - modem.b00 modem.b01 modem.b02 modem.b03 modem.b04 modem.b05 \ - modem.b08 modem.b10 modem.b11 modem.b13 modem.b14 modem.b15 \ - modem.b16 modem.b17 modem.b18 modem.b19 modem.b20 modem.b21 \ - modem.b22 modem.b25 modem.b26 modem.b27 modem.mdt + modem.b00 modem.b01 modem.b02 modem.b03 modem.b04 modem.b05 modem.b06 \ + modem.b08 modem.b09 modem.b10 modem.b11 modem.b12 modem.b13 modem.b14 \ + modem.b15 modem.b16 modem.b17 modem.b18 modem.b19 modem.b20 modem.b21 \ + modem.b22 modem.b23 modem.b24 modem.b25 modem.b26 modem.b27 modem.mdt MODEM_SYMLINKS := $(addprefix $(TARGET_OUT_ETC)/firmware/,$(notdir $(MODEM_IMAGES))) $(MODEM_SYMLINKS): $(LOCAL_INSTALLED_MODULE) |
