diff options
author | David Wagner <david.wagner@intel.com> | 2014-02-17 16:38:29 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-02-17 16:43:03 +0100 |
commit | 4ff62d67aaf128546af2b4a4ec728a1c731998d0 (patch) | |
tree | 7f4e72bc0f39cddb180ee7acc65a7e652036e1c1 /test | |
parent | 34e90ae1c744e1de6547e014326ef54f516439c8 (diff) | |
download | external_parameter-framework-4ff62d67aaf128546af2b4a4ec728a1c731998d0.zip external_parameter-framework-4ff62d67aaf128546af2b4a4ec728a1c731998d0.tar.gz external_parameter-framework-4ff62d67aaf128546af2b4a4ec728a1c731998d0.tar.bz2 |
Import convert util templates
Import an external dependency: a template-based conversion toolkit.
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test-platform/Android.mk | 4 | ||||
-rw-r--r-- | test/test-platform/TestPlatform.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/test-platform/Android.mk b/test/test-platform/Android.mk index ba794d0..139a722 100644 --- a/test/test-platform/Android.mk +++ b/test/test-platform/Android.mk @@ -59,7 +59,7 @@ LOCAL_C_INCLUDES += \ external/stlport/stlport \ bionic/ -LOCAL_STATIC_LIBRARIES := libaudio_comms_convert +LOCAL_STATIC_LIBRARIES := libpfw_utility LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libstlport include $(BUILD_EXECUTABLE) @@ -76,7 +76,7 @@ LOCAL_MODULE_TAGS := $(common_module_tags) LOCAL_C_INCLUDES += $(common_c_includes) -LOCAL_STATIC_LIBRARIES := libaudio_comms_convert_host +LOCAL_STATIC_LIBRARIES := libpfw_utility_host LOCAL_SHARED_LIBRARIES := $(foreach shared_library, $(common_shared_libraries), \ $(shared_library)_host) diff --git a/test/test-platform/TestPlatform.cpp b/test/test-platform/TestPlatform.cpp index 16fbb8d..6bf6350 100644 --- a/test/test-platform/TestPlatform.cpp +++ b/test/test-platform/TestPlatform.cpp @@ -218,7 +218,7 @@ CTestPlatform::CommandReturn CTestPlatform::setter( bool bFail; - if(!audio_comms::utilities::convertTo(strAbort, bFail)) { + if(!convertTo(strAbort, bFail)) { return CTestPlatform::CCommandHandler::EShowUsage; } |