diff options
author | Diogo Ferreira <defer@cyngn.com> | 2016-05-23 18:10:55 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-05-23 10:21:40 -0700 |
commit | 8f270dc1ec91d3b34d62202463e0b03939900449 (patch) | |
tree | d349fd7abc03ff0b16e7db1cab5c2a199e7a0790 /services | |
parent | af1fa68cd4038409c941b6ef09ff7c43a75e0007 (diff) | |
download | frameworks_av-8f270dc1ec91d3b34d62202463e0b03939900449.zip frameworks_av-8f270dc1ec91d3b34d62202463e0b03939900449.tar.gz frameworks_av-8f270dc1ec91d3b34d62202463e0b03939900449.tar.bz2 |
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
Diffstat (limited to 'services')
-rw-r--r-- | services/audiopolicy/engineconfigurable/parameter-framework/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |