audio-lnx: ANDROID_BUILD_TOP is deprecated.

ANDROID_BUILD_TOP variable is deprecated and thus all paths are
assumed to be relative to the top directory.

Change-Id: Ifc1bba67bf47092a37336581990d4bcce82a72f5
Signed-off-by: Piyush Balwani <pbalwani@codeaurora.org>
diff --git a/asoc/Kbuild b/asoc/Kbuild
index 229299d..7c73a64 100644
--- a/asoc/Kbuild
+++ b/asoc/Kbuild
@@ -10,7 +10,7 @@
 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