From 13720d31f306d30bd6b3f191fdd1c14980f46690 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Thu, 13 Feb 2014 10:47:05 +0100 Subject: Reintroduce hardcoded include paths Pathmaps for libxml2, stlport and icu4c are not defined in vanilla AOSP. As temporary fix for compilation on vanilla AOSP, we need to hardcode them again. Commit 55f41bcc3edf282f236539bb26bd6dc8638f235e introduced the use of include-path-for. Signed-off-by: David Wagner --- remote-process/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-process') diff --git a/remote-process/Android.mk b/remote-process/Android.mk index 1bb1be9..47af53c 100644 --- a/remote-process/Android.mk +++ b/remote-process/Android.mk @@ -63,7 +63,7 @@ LOCAL_CFLAGS := $(common_cflags) LOCAL_C_INCLUDES += \ $(common_c_includes) \ - $(call include-path-for, stlport) \ + external/stlport/stlport \ bionic/ LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libstlport -- cgit v1.1