Merge "audio-lnx: ANDROID_BUILD_TOP is deprecated."

Esse commit está contido em:
Linux Build Service Account
2018-10-23 01:32:43 -07:00
commit de Gerrit - the friendly Code Review server
23 arquivos alterados com 23 adições e 23 exclusões

Ver arquivo

@@ -10,7 +10,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 := $(shell pwd)/kernel/msm-4.14
AUDIO_ROOT := $(AUDIO_BLD_DIR)/techpack/audio
endif