move rild args to system.prop
update kernel - also for recovery (to fix chunk build error - will be revisited)
This commit is contained in:
parent
63d8dcb801
commit
09b41f87a1
20
leo.mk
20
leo.mk
@ -36,8 +36,6 @@ PRODUCT_LOCALES := en
|
||||
# General properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.sf.lcd_density=240 \
|
||||
rild.libpath=/system/lib/libhtc_ril_wrapper.so \
|
||||
rild.libargs=-d /dev/smd0 \
|
||||
ro.ril.ecc.HTC-ELL=92,93,94 \
|
||||
ro.ril.ecc.HTC-WWE=999 \
|
||||
ro.ril.enable.a52.HTC-ITA=1 \
|
||||
@ -122,10 +120,10 @@ PRODUCT_PACKAGES += \
|
||||
gralloc.qsd8k \
|
||||
hwcomposer.default \
|
||||
hwcomposer.qsd8k \
|
||||
libgenlock \
|
||||
libmemalloc \
|
||||
libtilerenderer \
|
||||
libQcomUI
|
||||
libgenlock \
|
||||
libmemalloc \
|
||||
libtilerenderer \
|
||||
libQcomUI
|
||||
|
||||
# Omx
|
||||
PRODUCT_PACKAGES += \
|
||||
@ -143,11 +141,11 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Omx cli test apps
|
||||
PRODUCT_PACKAGES += \
|
||||
libmm-omxcore \
|
||||
mm-vdec-omx-test \
|
||||
liblasic \
|
||||
ast-mm-vdec-omx-test \
|
||||
mm-venc-omx-test
|
||||
libmm-omxcore \
|
||||
mm-vdec-omx-test \
|
||||
liblasic \
|
||||
ast-mm-vdec-omx-test \
|
||||
mm-venc-omx-test
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
Stk \
|
||||
|
BIN
prebuilt/kernel
BIN
prebuilt/kernel
Binary file not shown.
BIN
prebuilt/modules/bcm4329.ko
Normal file → Executable file
BIN
prebuilt/modules/bcm4329.ko
Normal file → Executable file
Binary file not shown.
BIN
prebuilt/modules/cifs.ko
Normal file → Executable file
BIN
prebuilt/modules/cifs.ko
Normal file → Executable file
Binary file not shown.
BIN
prebuilt/modules/fuse.ko
Normal file → Executable file
BIN
prebuilt/modules/fuse.ko
Normal file → Executable file
Binary file not shown.
BIN
prebuilt/modules/kineto_gan.ko
Normal file → Executable file
BIN
prebuilt/modules/kineto_gan.ko
Normal file → Executable file
Binary file not shown.
BIN
prebuilt/modules/msm_rmnet.ko
Normal file → Executable file
BIN
prebuilt/modules/msm_rmnet.ko
Normal file → Executable file
Binary file not shown.
Binary file not shown.
BIN
prebuilt/modules/tun.ko
Normal file → Executable file
BIN
prebuilt/modules/tun.ko
Normal file → Executable file
Binary file not shown.
Binary file not shown.
BIN
prebuilt/recovery_kernel
Normal file → Executable file
BIN
prebuilt/recovery_kernel
Normal file → Executable file
Binary file not shown.
2
system.prop
Executable file
2
system.prop
Executable file
@ -0,0 +1,2 @@
|
||||
rild.libpath=/system/lib/libhtc_ril_wrapper.so \
|
||||
rild.libargs=-d /dev/smd0 \
|
Loading…
Reference in New Issue
Block a user