Skip to content

Commit

Permalink
Revert "vision: Support for Webkit acceleration"
Browse files Browse the repository at this point in the history
This reverts commit e36add4.
  • Loading branch information
hyperb1iss committed Jun 17, 2011
1 parent f5f22b3 commit 31ca610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ adb pull /system/lib/libmmipl.so ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/lib/libmmjpeg.so ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/lib/liboemcamera.so ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/lib/librilswitch.so ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/lib/libwebkitaccel.so ../../../vendor/htc/$DEVICE/proprietary

(cat << EOF) | sed s/__DEVICE__/$DEVICE/g > ../../../vendor/htc/$DEVICE/$DEVICE-vendor-blobs.mk
# Copyright (C) 2010 The Android Open Source Project
Expand All @@ -72,8 +71,7 @@ adb pull /system/lib/libwebkitaccel.so ../../../vendor/htc/$DEVICE/proprietary
PRODUCT_COPY_FILES += \\
vendor/htc/__DEVICE__/proprietary/libcamera.so:obj/lib/libcamera.so \\
vendor/htc/__DEVICE__/proprietary/libaudio.so:obj/lib/libaudio.so \\
vendor/htc/__DEVICE__/proprietary/libaudioalsa.so:obj/lib/libaudioalsa.so \\
vendor/htc/__DEVICE__/proprietary/libwebkitaccel.so:obj/lib/libwebkitaccel.so
vendor/htc/__DEVICE__/proprietary/libaudioalsa.so:obj/lib/libaudioalsa.so
# All the blobs necessary for passion
PRODUCT_COPY_FILES += \\
Expand Down Expand Up @@ -103,7 +101,6 @@ PRODUCT_COPY_FILES += \\
vendor/htc/__DEVICE__/proprietary/liboemcamera.so:/system/lib/liboemcamera.so \\
vendor/htc/__DEVICE__/proprietary/libq3dtools_adreno200.so:/system/lib/egl/libq3dtools_adreno200.so \\
vendor/htc/__DEVICE__/proprietary/librilswitch.so:/system/lib/librilswitch.so \\
vendor/htc/__DEVICE__/proprietary/libwebkitaccel.so:/system/lib/libwebkitaccel.so \\
vendor/htc/__DEVICE__/proprietary/logcat2:/system/bin/logcat2 \\
vendor/htc/__DEVICE__/proprietary/lsc_camera:/system/bin/lsc_camera \\
vendor/htc/__DEVICE__/proprietary/rmt_storage:/system/bin/rmt_storage \\
Expand Down
1 change: 0 additions & 1 deletion setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ EOF
# This file is generated by device/htc/__DEVICE__/setup-makefiles.sh
USE_CAMERA_STUB := false
WEBCORE_ACCELERATED_SCROLLING := true
EOF
mkdir -p ../../../vendor/htc/$DEVICE/overlay/packages/apps/Launcher2/res/layout
Expand Down

0 comments on commit 31ca610

Please sign in to comment.