Skip to content

Commit

Permalink
osprey: use legacy camera
Browse files Browse the repository at this point in the history
moved here from common

Change-Id: I38b83d14f77556dc04507ab8f8b4b00fd2b67850
  • Loading branch information
sultanqasim committed Aug 11, 2018
1 parent 8c8d859 commit e7a3323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2015-2016 The CyanogenMod Project
# Copyright (C) 2017 The LineageOS Project
# Copyright (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,6 +29,7 @@ TARGET_RECOVERY_DEVICE_MODULES := libinit_osprey

# Camera
BOARD_GLOBAL_CFLAGS += -DCONFIG_MSM_USES_M_STACK
TARGET_HAS_LEGACY_CAMERA_HAL1 := true

# Kernel
TARGET_KERNEL_CONFIG := osprey_defconfig
Expand Down
4 changes: 4 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ persist.audio.fluence.mode=endfire
persist.audio.fluence.voicecall=true
ro.qc.sdk.audio.fluencetype=fluence

# Camera
media.stagefright.legacyencoder=true
media.stagefright.less-secure=true

# Display
ro.sf.lcd_density=320

0 comments on commit e7a3323

Please sign in to comment.