|
@@ -11,7 +11,7 @@ endif
|
|
|
ifeq ($(KERNEL_BUILD), 1)
|
|
|
# These are configurable via Kconfig for kernel-based builds
|
|
|
# Need to explicitly configure for Android-based builds
|
|
|
- AUDIO_BLD_DIR := $(ANDROID_BUILD_TOP)/kernel/msm-4.14
|
|
|
+ AUDIO_BLD_DIR := $(ANDROID_BUILD_TOP)/kernel/msm-4.19
|
|
|
AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio
|
|
|
endif
|
|
|
|