From 8eb43ae497b1093d16370a3daad58b4c3eb58ae3 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 14:24:10 -0800 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to system/vold Added SPDX-license-identifier-Apache-2.0 to: Android.bp bench/inodeop_bench/Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I91823c7097d7bee39a363a0c0cc30de13e4d7539 --- Android.bp | 4 ++++ bench/inodeop_bench/Android.bp | 4 ++++ tests/Android.bp | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Android.bp b/Android.bp index e958531..fa8f249 100644 --- a/Android.bp +++ b/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_defaults { name: "vold_default_flags", diff --git a/bench/inodeop_bench/Android.bp b/bench/inodeop_bench/Android.bp index a01ddd1..3d1769e 100644 --- a/bench/inodeop_bench/Android.bp +++ b/bench/inodeop_bench/Android.bp @@ -13,6 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_binary { name: "inodeop_bench", srcs: ["inodeop_bench.cpp"], diff --git a/tests/Android.bp b/tests/Android.bp index b90de3a..cad96fd 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_test { name: "vold_tests", defaults: [