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
This commit is contained in:
Siddeswar Aluganti
2018-09-25 19:03:00 -07:00
父節點 0c56067b68
當前提交 85e9e16065
共有 23 個文件被更改,包括 23 次插入23 次删除

查看文件

@@ -33,7 +33,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