Sign in
android
/
platform
/
build
/
17a08eeca0
/
.
/
tools
/
aconfig
/
templates
/
cpp_source_file.template
blob: d267f03117cf9afcedc7ba0b489e9ceaec0ab153 [
file
]
#include
"{header}.h"
#include
"{header}_flag_provider.h"
namespace
{
cpp_namespace
}
\{
std
::
unique_ptr
<flag_provider_interface>
provider_
=
std
::
make_unique
<flag_provider>
();
}