commit | 6ffaec1da21df2e7ff99fd55869aff874e33521f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 22 17:53:23 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 22 17:53:23 2021 +0000 |
tree | 652e8d1cb19bac22a03544463e36f1cb576c5e1c | |
parent | 4ee74f397b15166debef89856aca6701a246710f [diff] | |
parent | 363a480602f9278e7f1e16d0109ca8fb2666c069 [diff] |
Merge "Update gen_bench.py to propagate license information." am: 363a480602 Original change: https://android-review.googlesource.com/c/platform/bionic/+/1596941 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I25a3fcc74129f199429945095e0f4ed1c7e3caed
diff --git a/benchmarks/linker_relocation/regen/gen_bench.py b/benchmarks/linker_relocation/regen/gen_bench.py index 09efa75..6533189 100755 --- a/benchmarks/linker_relocation/regen/gen_bench.py +++ b/benchmarks/linker_relocation/regen/gen_bench.py
@@ -328,6 +328,7 @@ bp = open(out / 'Android.bp', 'w') bp.write(f'// AUTO-GENERATED BY {os.path.basename(__file__)} -- do not edit\n') + bp.write(f'package {{ default_applicable_licenses: ["bionic_benchmarks_license"], }}\n') bp.write(f'cc_defaults {{\n') bp.write(f' name: "{g_benchmark_name}_all_libs",\n') bp.write(f' runtime_libs: [\n')