| // Lazy loading version of libstatspull that can be used by code |
| // that is running before the statsd APEX is mounted and |
| // libstatspull.so is available. |
| default_applicable_licenses: ["Android-Apache-2.0"], |
| name: "libstatspull_lazy", |
| "libstatssocket_headers", |
| export_header_lib_headers: [ |
| apex_available: ["//apex_available:platform"], |
| srcs: ["libstatspull_lazy.cpp"], |
| name: "libstatspull_lazy_test", |
| "tests/libstatspull_lazy_test.cpp", |
| test_suites: ["device-tests", "mts-statsd"], |
| test_config: "libstatspull_lazy_test.xml", |
| // TODO(b/153588990): Remove when the build system properly separates. |
| // 32bit and 64bit architectures. |
| compile_multilib: "both", |