[sbj] Add missing define to fix voicecall recording. Fixes JB#43836
When refactoring code for XML configuration parsing QCOM_HARDWARE define was lost on Jolla1. This broke at least voicecall recording.
This commit is contained in:
parent
781d8fa842
commit
aa28d5935d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
#include <android-config.h>
|
||||
#ifdef QCOM_BSP
|
||||
#if defined(QCOM_BSP) || defined(DROID_DEVICE_SBJ)
|
||||
#define QCOM_HARDWARE
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue