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

Commit 4b914d2

Browse files
Treehugger RobotGerrit Code Review
Treehugger Robot
authored and
Gerrit Code Review
committed
Merge "[LSC] Add LOCAL_LICENSE_KINDS to development"
2 parents 125a88b + 49a787d commit 4b914d2

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)