From fefc17ff59a27a2957d2e8eec987656523907dbb Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Tue, 13 Mar 2012 15:23:33 -0700 Subject: [PATCH] Use pathmap.mk for system/media includes Currently these point to the old location. Another CL will move them to the new location. Change-Id: I61dd732981a9a7a3f4a2c1cc01dc072f4fb6a2b8 --- core/config.mk | 2 +- core/pathmap.mk | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/config.mk b/core/config.mk index b42e7dccf..afbddaeba 100644 --- a/core/config.mk +++ b/core/config.mk @@ -33,7 +33,7 @@ SRC_HEADERS := \ $(TOPDIR)frameworks/native/opengl/include \ $(TOPDIR)frameworks/base/include \ $(TOPDIR)frameworks/base/opengl/include \ - $(TOPDIR)frameworks/base/native/include \ + $(TOPDIR)frameworks/base/native/include \ $(TOPDIR)external/skia/include SRC_HOST_HEADERS:=$(TOPDIR)tools/include SRC_LIBRARIES:= $(TOPDIR)libs diff --git a/core/pathmap.mk b/core/pathmap.mk index 041a7b02e..235f7751e 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -51,6 +51,10 @@ pathmap_INCL := \ opengl-tests-includes:frameworks/native/opengl/tests/include \ recovery:bootable/recovery \ system-core:system/core/include \ + audio-effects:system/media/audio_effects/include \ + audio-utils:system/media/audio_utils/include \ + wilhelm:system/media/wilhelm/include \ + wilhelm-ut:system/media/wilhelm/src/ut \ speex:external/speex/include #