Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cmake
/
static
/
static.cpp
blob: 5673111cfc91c81faeb358b4d96c98699e6d905f [
file
] [
log
] [
blame
]
#include
"static.hpp"
#include
<string>
Static
::
Static
()
:
str
(
"This is a C++ string from a static library."
)
{}
std
::
string
Static
::
GetString
()
{
return
str
;
}