mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Switch back to HAL1
This commit is contained in:
parent
2aec7b9f14
commit
9da49ae186
2 changed files with 1 additions and 7 deletions
|
@ -90,6 +90,7 @@ QCOM_BT_USE_SMD_TTY := true
|
|||
# Camera
|
||||
BOARD_QTI_CAMERA_32BIT_ONLY := true
|
||||
USE_DEVICE_SPECIFIC_CAMERA := true
|
||||
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
|
||||
TARGET_TS_MAKEUP := true
|
||||
|
||||
# Charger
|
||||
|
@ -151,9 +152,6 @@ TARGET_PROVIDES_KEYMASTER := true
|
|||
# Lights
|
||||
TARGET_PROVIDES_LIBLIGHT := true
|
||||
|
||||
# Media
|
||||
TARGET_USES_MEDIA_EXTENSIONS := true
|
||||
|
||||
# Peripheral manager
|
||||
TARGET_PER_MGR_ENABLED := true
|
||||
|
||||
|
|
|
@ -28,10 +28,6 @@ bluetooth.hfp.client=1
|
|||
qcom.bluetooth.soc=rome
|
||||
ro.bt.bdaddr_path=/efs/bluetooth/bt_addr
|
||||
|
||||
# Camera
|
||||
media.camera.ts.monotonic=0
|
||||
persist.camera.HAL3.enabled=1
|
||||
|
||||
# CNE/DPM
|
||||
persist.cne.feature=1
|
||||
persist.dpm.feature=1
|
||||
|
|
Loading…
Reference in a new issue