Merge "audio-lnx: ANDROID_BUILD_TOP is deprecated."

Cette révision appartient à :
Linux Build Service Account
2018-10-23 01:32:43 -07:00
révisé par Gerrit - the friendly Code Review server
révision 03072ce6e1
23 fichiers modifiés avec 23 ajouts et 23 suppressions

Voir le fichier

@@ -29,7 +29,7 @@ LOCAL_PATH := $(call my-dir)
ifneq ($(findstring vendor,$(LOCAL_PATH)),)
ifneq ($(findstring opensource,$(LOCAL_PATH)),)
AUDIO_BLD_DIR := $(ANDROID_BUILD_TOP)/vendor/qcom/opensource/audio-kernel
AUDIO_BLD_DIR := $(shell pwd)/vendor/qcom/opensource/audio-kernel
endif # opensource
DLKM_DIR := $(TOP)/device/qcom/common/dlkm

Voir le fichier

@@ -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.9
AUDIO_BLD_DIR := $(shell pwd)/kernel/msm-4.9
AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio
endif