diff options
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 125b724..0bd1148 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -24,6 +24,7 @@ TARGET_SPECIFIC_HEADER_PATH += device/oppo/find7-common/include BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 TARGET_KERNEL_CONFIG := lineageos_find7_defconfig TARGET_KERNEL_SOURCE := kernel/oppo/msm8974 +TARGET_KERNEL_CROSS_COMPILE_PREFIX := arm-linux-androideabi- # Audio AUDIO_FEATURE_LOW_LATENCY_PRIMARY := true |
