[LSC] Add LOCAL_LICENSE_KINDS to build/soong
Added SPDX-license-identifier-Apache-2.0 to: provenance/tools/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I252266b48b587c4de9578a01faf076f7d9d13f5c
This commit is contained in:
parent
d72c85219a
commit
618eee39bf
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "gen_provenance_metadata",
|
||||
srcs: [
|
||||
|
|
Loading…
Reference in a new issue