Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 49a787d

Browse files
committed
[LSC] Add LOCAL_LICENSE_KINDS to development
Added SPDX-license-identifier-Apache-2.0 to: apps/OBJViewer/Android.bp samples/HeavyWeight/Android.bp samples/MySampleRss/Android.bp tools/ninja_dependency_analysis/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Ic4627f424a3ecfbe65145268242a37f373c05a01
1 parent 125a88b commit 49a787d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/ninja_dependency_analysis/Android.bp

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
package {
2+
default_applicable_licenses: ["Android-Apache-2.0"],
3+
}
4+
15
python_binary_host {
26
name: "collect_ninja_inputs",
37
srcs: [
@@ -12,4 +16,4 @@ python_binary_host {
1216
embedded_launcher: true,
1317
},
1418
}
15-
}
19+
}

0 commit comments

Comments
 (0)