Sign in
nest-open-source
/
manifest_repos
/
watchdog
/
9eb6ce4431a99dbae7f69d7c6bdef96acdbf5b63
/
.
/
src
/
init_properties.c
blob: 493942445c11d7addaab6d4ebd2ffe0fabe319d2 [
file
]
// 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
);
}