Skip to content

Commit

Permalink
Complete missing parts of previous 'Add touchscreen ...' patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wjb committed Nov 21, 2011
1 parent 6cb9790 commit 161e55c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ TARGET_LIBAGL_USE_GRALLOC_COPYBITS := true

BOARD_NO_RGBX_8888 := true

WITH_DEXPREOPT := true
WITH_DEXPREOPT := false

JS_ENGINE := v8

Expand Down
4 changes: 4 additions & 0 deletions heroc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml

# Add the Device Calibration File for the synaptics touch screen
PRODUCT_COPY_FILES += \
device/htc/heroc/prebuilt/synaptics-rmi-touchscreen.idc:system/usr/idc/synaptics-rmi-touchscreen.idc

# media config xml file
PRODUCT_COPY_FILES += \
device/htc/heroc/prebuilt/media_profiles.xml:system/etc/media_profiles.xml
Expand Down
2 changes: 1 addition & 1 deletion recovery.fstab
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
/recovery mtd recovery
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
/system yaffs2 system
/sd-ext ext4 /dev/block/mmcblk0p2 NULL ext3
/sd-ext auto /dev/block/mmcblk0p2

0 comments on commit 161e55c

Please sign in to comment.