Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build
/
17a08eeca072d101f9155a8dafb41bafe75ee58e
/
.
/
tools
/
aconfig
/
templates
/
cpp_source_file.template
blob: d267f03117cf9afcedc7ba0b489e9ceaec0ab153 [
file
] [
log
] [
blame
]
#include
"{header}.h"
#include
"{header}_flag_provider.h"
namespace
{
cpp_namespace
}
\{
std
::
unique_ptr
<flag_provider_interface>
provider_
=
std
::
make_unique
<flag_provider>
();
}