From 8f270dc1ec91d3b34d62202463e0b03939900449 Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Mon, 23 May 2016 18:10:55 +0100 Subject: audiopolicy: engineconfigurable: Don't include the example When using the configurable policy engine, the audiopolicy makefile implicitly declares dependencies on the configuration files. However, the example folder already contains the example files which we wan't to override. This patch removes the example from the makefile inclusion path so that we can declare it on a per-device basis without getting errored out by duplicate module names. Change-Id: Ie47ebff6b13606c93630c017252ebaa204203a76 --- services/audiopolicy/engineconfigurable/parameter-framework/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/audiopolicy') diff --git a/services/audiopolicy/engineconfigurable/parameter-framework/Android.mk b/services/audiopolicy/engineconfigurable/parameter-framework/Android.mk index c402fd5..be86231 100644 --- a/services/audiopolicy/engineconfigurable/parameter-framework/Android.mk +++ b/services/audiopolicy/engineconfigurable/parameter-framework/Android.mk @@ -4,4 +4,4 @@ LOCAL_PATH := $(call my-dir) # Recursive call sub-folder Android.mk ####################################################################### -include $(call all-makefiles-under,$(LOCAL_PATH)) +include $(LOCAL_PATH)/plugin/Android.mk -- cgit v1.1