• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//build/lite/config/component/lite_component.gni")
2
3copy("hdf_audio_json") {
4  sources = [ "//drivers/peripheral/audio/config/adapter_config.json" ]
5  outputs = [ "${root_out_dir}/etc/adapter_config.json" ]
6}
7
8copy("hdf_audio_path_json") {
9  sources = [ "//drivers/peripheral/audio/config/parse.json" ]
10  outputs = [ "${root_out_dir}/etc/parse.json" ]
11}
12