Skip to content

Commit

Permalink
Update for latest base firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Apr 25, 2013
1 parent 3626034 commit a9694c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extract-files.sh
Expand Up @@ -83,6 +83,7 @@ copy_file()
adb pull /$2/$1 $PROPRIETARY_DEVICE_DIR/$3/$2
else
NAME=`basename ${ANDROIDFS_DIR}/$2/$1`
rm -f $PROPRIETARY_DEVICE_DIR/$3/$NAME
cp ${ANDROIDFS_DIR}/$2/$NAME $PROPRIETARY_DEVICE_DIR/$3/$NAME
fi
Expand Down Expand Up @@ -124,6 +125,7 @@ copy_local_files()
}
COMMON_LIBS="
lib*ty.so
libOmxAacDec.so
libOmxH264Dec.so
libOmxMp3Dec.so
Expand Down Expand Up @@ -205,7 +207,6 @@ COMMON_BINS="
qmuxd
qosmgr
radish
rmt_storage
sensord
"
copy_files "$COMMON_BINS" "system/bin" ""
Expand Down

0 comments on commit a9694c4

Please sign in to comment.