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