Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_modules_Virtualization
/
29120b51a508332e67e111266f9be2b51889f390
/
.
/
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"
);
}