From a4c39f1a12cad5239c92387eef26d1d3b38f3a43 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Fri, 24 May 2013 17:23:09 +0200 Subject: [Parameter] Move public header to include dir BZ: 107991 The parameter-framework core public headers were mixed up with all other private headers. Making it dificult for other components to include PFW public headers. Move public headers - ParameterHandle - ParameterMgrPlatformConnector - SelectionCriterionInterface - SelectionCriterionTypeInterface to the "include" dir. Change-Id: I3a4840345a26ec9bd848179bdd4966d44d97bede Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/109757 Reviewed-by: cactus Reviewed-by: Gonzalve, Sebastien Tested-by: Dixon, CharlesX Reviewed-by: buildbot Tested-by: buildbot --- test/test-platform/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-platform') diff --git a/test/test-platform/Android.mk b/test/test-platform/Android.mk index f4e6a88..845607f 100644 --- a/test/test-platform/Android.mk +++ b/test/test-platform/Android.mk @@ -13,7 +13,7 @@ COMMON_MODULE_TAGS := optional COMMON_CFLAGS := -Wno-non-virtual-dtor COMMON_C_INCLUDES := \ - $(LOCAL_PATH)/../../parameter \ + $(LOCAL_PATH)/../../parameter/include \ $(LOCAL_PATH)/../../remote-processor/ COMMON_SHARED_LIBRARIES := libparameter libremote-processor -- cgit v1.1