click: Update prebuilt kernel and module

Change-Id: Ida78dc297b3f3af38a8b676defef740f9bcd61c1
This commit is contained in:
Arne Coucheron 2011-09-04 19:58:59 +02:00
parent 40ff764698
commit b0efe07ebe
7 changed files with 1 additions and 8 deletions

View File

@ -27,7 +27,6 @@ TARGET_NO_RADIOIMAGE := true
BOARD_LDPI_RECOVERY := true
TARGET_PREBUILT_RECOVERY_KERNEL := device/htc/click/custom/recovery_kernel
TARGET_PREBUILT_KERNEL := device/htc/click/custom/kernel
# Wifi related defines

View File

@ -32,7 +32,6 @@ PRODUCT_PACKAGES += \
libOmxVidEnc \
librpc \
dhcpcd.conf \
com.android.future.usb.accessory \
dexpreopt
DISABLE_DEXPREOPT := false
@ -69,7 +68,6 @@ PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
# keychars and keylayout files

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,3 @@ vm.vfs_cache_pressure = 10
vm.oom_kill_allocating_task = 1
vm.min_free_kbytes = 4096
vm.swappiness = 50
# Misc tweaks for battery life
vm.dirty_writeback_centisecs = 1000
vm.dirty_expire_centisecs = 500

View File

@ -290,7 +290,7 @@ int mapFrameBufferLocked(struct private_module_t* module)
int err;
size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
module->framebuffer = new private_handle_t(dup(fd), fbSize,
module->framebuffer = new private_handle_t(fd, fbSize,
private_handle_t::PRIV_FLAGS_USES_PMEM);
module->numBuffers = info.yres_virtual / info.yres;