Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_modules_Virtualization
/
3742f99a6c4de42dcb97bc1e4f56e1d3a4a42890
/
.
/
tests
/
testapk
/
src
/
native
/
testlib.cpp
blob: 792c6c8e609ba273a391bfb1dcaf137d75e4069c [
file
] [
log
] [
blame
]
Jiyong Park
fe5b28e
2021-06-24 00:19:02 +0900
[
diff
] [
blame
]
1
#include
<sys/system_properties.h>
2
3
void
testlib_sub
()
{
4
__system_property_set
(
"debug.microdroid.app.sublib.run"
,
"true"
);
5
}