summaryrefslogtreecommitdiffstats
path: root/self-extractors
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-09-30 13:20:34 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-09-30 13:20:37 -0700
commit15bca5e99593313ba9f9bda44001ea27b70f8a27 (patch)
tree1980c046bbc7723bb853ff8fcd28f1f441d6676e /self-extractors
parent7ea48b8a525b60949e9c6b582afb8f7219a7406b (diff)
downloaddevice_samsung_maguro-15bca5e99593313ba9f9bda44001ea27b70f8a27.zip
device_samsung_maguro-15bca5e99593313ba9f9bda44001ea27b70f8a27.tar.gz
device_samsung_maguro-15bca5e99593313ba9f9bda44001ea27b70f8a27.tar.bz2
Add fRom in the list of proprietary binaries
Bug: 4295425 Change-Id: I8dae7a4e70677c267bcb2d751958b4d685d75ecd
Diffstat (limited to 'self-extractors')
-rwxr-xr-xself-extractors/generate-packages.sh3
-rw-r--r--self-extractors/samsung/staging/device-maguro.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/self-extractors/generate-packages.sh b/self-extractors/generate-packages.sh
index 3bdc515..a937dff 100755
--- a/self-extractors/generate-packages.sh
+++ b/self-extractors/generate-packages.sh
@@ -71,6 +71,7 @@ do
;;
samsung)
TO_EXTRACT="\
+ system/bin/fRom \
system/lib/libsecril-client.so \
system/vendor/lib/libsec-ril.so \
"
@@ -86,7 +87,7 @@ do
do
echo \ \ \ \ Extracting $ONE_FILE
unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
- if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit
+ if test $ONE_FILE = system/vendor/bin/gpsd -o $ONE_FILE = system/vendor/bin/pvrsrvinit -o $ONE_FILE = system/bin/fRom
then
chmod a+x $FILEDIR/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
fi
diff --git a/self-extractors/samsung/staging/device-maguro.mk b/self-extractors/samsung/staging/device-maguro.mk
index dca99c6..718c496 100644
--- a/self-extractors/samsung/staging/device-maguro.mk
+++ b/self-extractors/samsung/staging/device-maguro.mk
@@ -16,6 +16,7 @@ LOCAL_PATH := vendor/samsung/maguro
# Samsung blob(s) necessary for Maguro hardware
PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/proprietary/fRom:system/bin/fRom \
$(LOCAL_PATH)/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
$(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so \