audio: update kernel version reference

Update kernel version references from 4.19 to 5.4.
Update symbolic links to new kernel version files.

Change-Id: I38baa52218b16e0b0c86ad898912d29ec4d3d516
Signed-off-by: Vignesh Kulothungan <vigneshk@codeaurora.org>
このコミットが含まれているのは:
Vignesh Kulothungan
2019-12-06 17:46:51 -08:00
コミット d71ec81bb0
16個のファイルの変更29行の追加29行の削除

ファイルの表示

@@ -9,7 +9,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 := $(shell pwd)/kernel/msm-4.19
AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-5.4
AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio
endif
@@ -95,7 +95,7 @@ endif
# config.
############ UAPI ############
UAPI_DIR := uapi
UAPI_DIR := uapi/audio
UAPI_INC := -I$(AUDIO_ROOT)/include/$(UAPI_DIR)
############ COMMON ############