Merge "fix broken build rules for host VM."
diff --git a/core/pathmap.mk b/core/pathmap.mk
index 428594f..78dee49 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -48,7 +48,8 @@
libthread_db:bionic/libthread_db/include \
mkbootimg:system/core/mkbootimg \
recovery:bootable/recovery \
- system-core:system/core/include
+ system-core:system/core/include \
+ speex:external/speex/include
#
# Returns the path to the requested module's include directory,
diff --git a/target/product/core.mk b/target/product/core.mk
index 7e93470..6c8e21f 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -94,7 +94,8 @@
Bugreport \
ip \
screencap \
- sensorservice
+ sensorservice \
+ libspeexresampler
# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)