diff options
| author | ktoonsez <ktoonsez@gmail.com> | 2015-02-12 13:50:18 -0700 |
|---|---|---|
| committer | doc <doc.divxm@gmail.com> | 2015-02-13 13:15:30 +0200 |
| commit | c56200e9a49d7ee0a2ee0ec11610f5feac048c8d (patch) | |
| tree | 9ce01eee5d98ce6b6ff26091c566b1723cb71d1b | |
| parent | c80ff36ba130f85cd8dd479fbeb2cd1b559da65f (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) |
