| package { |
| // See: http://go/android-license-faq |
| // A large-scale-change added 'default_applicable_licenses' to import |
| // all of the 'license_kinds' from "external_chromium-libpac_license" |
| // to get the below license kinds: |
| // SPDX-license-identifier-BSD |
| default_applicable_licenses: ["external_chromium-libpac_license"], |
| } |
| |
| cc_test { |
| name: "proxy_resolver_v8_unittest", |
| |
| srcs: ["proxy_resolver_v8_unittest.cc"], |
| |
| include_dirs: ["external/chromium-libpac/src"], |
| |
| cflags: [ |
| "-Wno-endif-labels", |
| "-Wno-import", |
| "-Wno-format", |
| ], |
| |
| // Use the non-APEX version for C++ API. |
| bootstrap: true, |
| |
| shared_libs: [ |
| "libpac", |
| "libutils", |
| "liblog", |
| "libandroid_runtime", |
| ], |
| |
| test_suites: ["device-tests"], |
| } |