Sign in
nest-open-source
/
manifest_repos
/
watchdog
/
78fb399aecfe17c370092df110f143d0792e996e
/
.
/
src
/
init_properties.c
blob: 493942445c11d7addaab6d4ebd2ffe0fabe319d2 [
file
] [
log
] [
blame
]
// Copyright (c) 2013 Google Inc. All rights reserved.
// Copy certain fts key value pairs to android properties.
#include
<stdlib.h>
#include
"extern.h"
int
main
()
{
copy_fts_to_properties
();
exit
(
0
);
}