diff options
author | jt1134 <jt1134@gmail.com> | 2011-07-17 18:23:56 -0500 |
---|---|---|
committer | jt1134 <jt1134@gmail.com> | 2011-07-17 18:23:56 -0500 |
commit | 877d6d7ddc8ec5793ed75f60d31965db34b76c0a (patch) | |
tree | f5e0b6d0afc026f20ec373ef4443d91d6120d8a2 | |
parent | 8568623b1e2ac57a4455caeb98a030868095484a (diff) | |
download | device_samsung_galaxysmtd-877d6d7ddc8ec5793ed75f60d31965db34b76c0a.zip device_samsung_galaxysmtd-877d6d7ddc8ec5793ed75f60d31965db34b76c0a.tar.gz device_samsung_galaxysmtd-877d6d7ddc8ec5793ed75f60d31965db34b76c0a.tar.bz2 |
use correct updater.sh
Change-Id: I6f5175524315d1ad7dc8ddfe69d648bab04ba6bf
-rw-r--r-- | galaxysmtd.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/galaxysmtd.mk b/galaxysmtd.mk index 11302d4..c13d553 100644 --- a/galaxysmtd.mk +++ b/galaxysmtd.mk @@ -167,6 +167,9 @@ endif PRODUCT_COPY_FILES += \ $(LOCAL_KERNEL):kernel +PRODUCT_COPY_FILES += \ + device/samsung/aries-common/updater.sh:updater.sh + # See comment at the top of this file. This is where the other # half of the device-specific product definition file takes care # of the aspects that require proprietary drivers that aren't |