From 55f41bcc3edf282f236539bb26bd6dc8638f235e Mon Sep 17 00:00:00 2001 From: Chetan Rao Date: Mon, 29 Apr 2013 11:53:42 +0300 Subject: parameter-framework: Remove the hardcoding from TOP of tree BZ: 120651 Remove the hard coding of path from TOP of android build tree. pathmap_INCL has been extended to add AOSP include dirs used by parameter framework. Need to use the MACRO include-path-for defined in build/core/pathmap.mk to include the AOSP paths Change-Id: Ic7c9eb4bcf39db5e31d14c785d8d2e37ab53af78 Signed-off-by: Chetan Rao Reviewed-on: http://android.intel.com:8080/105311 Reviewed-by: Dixon, CharlesX Tested-by: Barthes, FabienX Reviewed-by: Rocard, KevinX Reviewed-by: buildbot Tested-by: buildbot --- test/test-platform/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test-platform') diff --git a/test/test-platform/Android.mk b/test/test-platform/Android.mk index 5330bcf..5755c38 100644 --- a/test/test-platform/Android.mk +++ b/test/test-platform/Android.mk @@ -27,8 +27,8 @@ LOCAL_MODULE_TAGS := $(common_module_tags) LOCAL_C_INCLUDES += \ $(common_c_includes) \ - external/stlport/stlport/ \ - bionic/libstdc++ \ + $(call include-path-for, stlport) \ + $(call include-path-for, libstdc++)/.. \ bionic/ LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libstlport -- cgit v1.1