From 47c6f602f7874f3bbc48f970a29f3780e8927963 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 23 Jan 2012 12:03:52 +0200 Subject: Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on Android --- unotest/source/cpp/bootstrapfixturebase.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unotest') diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx index 907535e887f5..d135992688ce 100644 --- a/unotest/source/cpp/bootstrapfixturebase.cxx +++ b/unotest/source/cpp/bootstrapfixturebase.cxx @@ -58,8 +58,8 @@ test::BootstrapFixtureBase::BootstrapFixtureBase() m_aSolverRootURL += rtl::OUString::createFromAscii( "/" ); #endif #else - const char* pSrcRoot = "/"; - const char* pSolverRoot = "/"; + const char* pSrcRoot = "/assets"; + const char* pSolverRoot = "/assets"; #endif m_aSrcRootPath = rtl::OUString::createFromAscii( pSrcRoot ); m_aSrcRootURL += m_aSrcRootPath; -- cgit