diff options
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; } |