Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_modules_Virtualization
/
7f55256b8acbcac29ceccbc3f335890fe379e608
/
.
/
tests
/
testapk
/
src
/
native
/
testlib.cpp
blob: 792c6c8e609ba273a391bfb1dcaf137d75e4069c [
file
] [
log
] [
blame
]
#include
<sys/system_properties.h>
void
testlib_sub
()
{
__system_property_set
(
"debug.microdroid.app.sublib.run"
,
"true"
);
}