Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_modules_Virtualization
/
655d87fc5b0a0d33baecf40165da2ec1e8f37348
/
.
/
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
}