Skip to content

Commit

Permalink
extract-files.sh: fix libmm-omxcore.so
Browse files Browse the repository at this point in the history
fix libmm-omxcore.so not being pulled from device
  • Loading branch information
Patrick Jacques committed Sep 19, 2010
1 parent 0bd4b23 commit 4a66da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ adb pull /system/lib/libOmxCore.so ../../../vendor/motorola/$DEVICE/proprietary/
adb pull /system/lib/libOmxH264Dec.so ../../../vendor/motorola/$DEVICE/proprietary/
adb pull /system/lib/libOmxMpeg4Dec.so ../../../vendor/motorola/$DEVICE/proprietary/
adb pull /system/lib/libOmxVidEnc.so ../../../vendor/motorola/$DEVICE/proprietary/
adb pull /system/lib/libmm-omxcore.so ../../../vendor/motorola/$DEVICE/proprietary/

(cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/motorola/$DEVICE/$DEVICE-vendor-blobs.mk
# Copyright (C) 2010 The Android Open Source Project
Expand Down

0 comments on commit 4a66da2

Please sign in to comment.