• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1android_add_library(
2  TARGET util-lib
3  LICENSE Apache-2.0
4  SRC crash_report.cc
5      crash_report.h
6      filesystem.h
7      ini_file.cc
8      ini_file.h
9      log.cc
10      log.h
11      os_utils.cc
12      os_utils.h
13      string_utils.cc
14      string_utils.h)
15target_include_directories(util-lib PRIVATE ..)
16target_compile_definitions(util-lib PUBLIC NETSIM_ANDROID_EMULATOR)
17