summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xvnd_buildcfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnd_buildcfg.mk b/vnd_buildcfg.mk
index afc3c3a..10e2ad1 100755
--- a/vnd_buildcfg.mk
+++ b/vnd_buildcfg.mk
@@ -1,4 +1,4 @@
-intermediates := $(local-intermediates-dir)
+generated_sources := $(local-generated-sources-dir)
ifeq ($(BCM_BLUETOOTH_LPM_ENABLE),true)
SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix _lpm.txt,$(basename $(TARGET_BOARD_PLATFORM))))
@@ -11,7 +11,7 @@ ifeq (,$(wildcard $(SRC)))
# configuration file does not exist. Use default one
SRC := $(call my-dir)/include/vnd_generic.txt
endif
-GEN := $(intermediates)/vnd_buildcfg.h
+GEN := $(generated_sources)/vnd_buildcfg.h
TOOL := $(TOP_DIR)external/bluetooth/bluedroid/tools/gen-buildcfg.sh
$(GEN): PRIVATE_PATH := $(call my-dir)