diff options
Diffstat (limited to 'perfetto_hprof/Android.bp')
-rw-r--r-- | perfetto_hprof/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perfetto_hprof/Android.bp b/perfetto_hprof/Android.bp index cd52f33bc7..b2c9dad133 100644 --- a/perfetto_hprof/Android.bp +++ b/perfetto_hprof/Android.bp @@ -20,6 +20,15 @@ // to be backwards compatible, see // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/ipc/producer_port.proto. +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "art_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["art_license"], +} + gensrcs { name: "art_perfetto_hprof_operator_srcs", cmd: "$(location generate_operator_out) art/perfetto_hprof $(in) > $(out)", |