click: Update prebuilt kernel and module
Change-Id: Ida78dc297b3f3af38a8b676defef740f9bcd61c1
This commit is contained in:
parent
40ff764698
commit
b0efe07ebe
@ -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
|
||||
|
2
click.mk
2
click.mk
@ -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
|
||||
|
BIN
custom/kernel
BIN
custom/kernel
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user