diff options
author | David Wagner <david.wagner@intel.com> | 2014-02-13 10:47:05 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-02-13 16:10:37 +0100 |
commit | 13720d31f306d30bd6b3f191fdd1c14980f46690 (patch) | |
tree | c18ac71b93f2acd10fee1a29e780a2404c2259e4 /remote-process | |
parent | c3f617e16506b322c1b1c3d4bed7a6e703d9f6d3 (diff) | |
download | external_parameter-framework-13720d31f306d30bd6b3f191fdd1c14980f46690.zip external_parameter-framework-13720d31f306d30bd6b3f191fdd1c14980f46690.tar.gz external_parameter-framework-13720d31f306d30bd6b3f191fdd1c14980f46690.tar.bz2 |
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 <david.wagner@intel.com>
Diffstat (limited to 'remote-process')
-rw-r--r-- | remote-process/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |