Merge pull request #1 from davidmueller13/cm14.0
changes for camera and bluetooth
This commit is contained in:
commit
acd593705b
2 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,8 @@ AUDIO_FEATURE_ENABLED_LOW_LATENCY_CAPTURE := true
|
|||
# Camera
|
||||
TARGET_PROVIDES_CAMERA_HAL := true
|
||||
USE_DEVICE_SPECIFIC_CAMERA := true
|
||||
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
|
||||
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
|
||||
|
||||
# Charger
|
||||
BOARD_CHARGER_SHOW_PERCENTAGE := true
|
||||
|
|
|
@ -31,6 +31,7 @@ av.streaming.offload.enable=true
|
|||
audio.offload.gapless.enabled=true
|
||||
audio.offload.pcm.16bit.enable=true
|
||||
audio.offload.pcm.24bit.enable=true
|
||||
media.stagefright.legacyencoder=true
|
||||
|
||||
# radio
|
||||
persist.radio.add_power_save=1
|
||||
|
@ -47,3 +48,6 @@ ro.cwm.forbid_mount=/boot
|
|||
|
||||
# perf api
|
||||
ro.vendor.extension_library=/vendor/lib/libqti-perfd-client.so
|
||||
|
||||
# Bluetooth
|
||||
qcom.bluetooth.soc=rome
|
||||
|
|
Loading…
Add table
Reference in a new issue