commit | 1c6ac41c2f29a03d292348c74ee7fa149067ec4e | [log] [tgz] |
---|---|---|
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Wed Apr 01 23:07:48 2020 +0000 |
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Wed Apr 01 23:07:48 2020 +0000 |
tree | dede9e243db6efe92978faf8fd6e953e0298fbe6 | |
parent | bdf84e71f9429936c6148b1dced69cbbd8c004fc [diff] | |
parent | 4133ee762f896c0443224d50847c9092287dd8c0 [diff] |
Snap for 6356162 from 4133ee762f896c0443224d50847c9092287dd8c0 to r-keystone-qcom-release Change-Id: I54ee7a5c29fdf96c13015de3e982c8d47a97e2bd
diff --git a/test/bpf_load_tp_prog.c b/test/bpf_load_tp_prog.c index 84438bd..bdb1587 100644 --- a/test/bpf_load_tp_prog.c +++ b/test/bpf_load_tp_prog.c
@@ -45,4 +45,4 @@ return 0; } -char _license[] SEC("license") = "GPL"; +LICENSE("GPL");
diff --git a/time_in_state.c b/time_in_state.c index 5befc6d..b5d8d7d 100644 --- a/time_in_state.c +++ b/time_in_state.c
@@ -150,4 +150,4 @@ return 0; } -char _license[] SEC("license") = "GPL"; +LICENSE("GPL");