Loading tools/compliance/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,13 @@ blueprint_go_binary { testSrcs: ["cmd/dumpresolutions_test.go"], } blueprint_go_binary { name: "textnotice", srcs: ["cmd/textnotice.go"], deps: ["compliance-module"], testSrcs: ["cmd/textnotice_test.go"], } bootstrap_go_package { name: "compliance-module", srcs: [ Loading @@ -52,6 +59,7 @@ bootstrap_go_package { "conditionset.go", "doc.go", "graph.go", "noticeindex.go", "policy/policy.go", "policy/resolve.go", "policy/resolvenotices.go", Loading tools/compliance/cmd/testdata/firstparty/FIRST_PARTY_LICENSE 0 → 100644 +1 −0 Original line number Diff line number Diff line &&&First Party License&&& tools/compliance/cmd/testdata/firstparty/application.meta_lic +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ module_classes: "EXECUTABLES" projects: "distributable/application" license_kinds: "SPDX-license-identifier-Apache-2.0" license_conditions: "notice" license_texts: "build/soong/licenses/LICENSE" license_texts: "testdata/firstparty/FIRST_PARTY_LICENSE" is_container: false built: "out/target/product/fictional/obj/EXECUTABLES/application_intermediates/application" installed: "out/target/product/fictional/bin/application" Loading tools/compliance/cmd/testdata/firstparty/bin/bin1.meta_lic +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ module_classes: "EXECUTABLES" projects: "static/binary" license_kinds: "SPDX-license-identifier-Apache-2.0" license_conditions: "notice" license_texts: "build/soong/licenses/LICENSE" license_texts: "testdata/firstparty/FIRST_PARTY_LICENSE" is_container: false built: "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1" installed: "out/target/product/fictional/system/bin/bin1" Loading tools/compliance/cmd/testdata/firstparty/bin/bin2.meta_lic +3 −3 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ module_classes: "EXECUTABLES" projects: "dynamic/binary" license_kinds: "SPDX-license-identifier-Apache-2.0" license_conditions: "notice" license_texts: "build/soong/licenses/LICENSE" license_texts: "testdata/firstparty/FIRST_PARTY_LICENSE" is_container: false built: "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1" installed: "out/target/product/fictional/system/bin/bin1" built: "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin2" installed: "out/target/product/fictional/system/bin/bin2" sources: "out/target/product/fictional/system/lib/libb.so" sources: "out/target/product/fictional/system/lib/libd.so" deps: { Loading Loading
tools/compliance/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,13 @@ blueprint_go_binary { testSrcs: ["cmd/dumpresolutions_test.go"], } blueprint_go_binary { name: "textnotice", srcs: ["cmd/textnotice.go"], deps: ["compliance-module"], testSrcs: ["cmd/textnotice_test.go"], } bootstrap_go_package { name: "compliance-module", srcs: [ Loading @@ -52,6 +59,7 @@ bootstrap_go_package { "conditionset.go", "doc.go", "graph.go", "noticeindex.go", "policy/policy.go", "policy/resolve.go", "policy/resolvenotices.go", Loading
tools/compliance/cmd/testdata/firstparty/FIRST_PARTY_LICENSE 0 → 100644 +1 −0 Original line number Diff line number Diff line &&&First Party License&&&
tools/compliance/cmd/testdata/firstparty/application.meta_lic +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ module_classes: "EXECUTABLES" projects: "distributable/application" license_kinds: "SPDX-license-identifier-Apache-2.0" license_conditions: "notice" license_texts: "build/soong/licenses/LICENSE" license_texts: "testdata/firstparty/FIRST_PARTY_LICENSE" is_container: false built: "out/target/product/fictional/obj/EXECUTABLES/application_intermediates/application" installed: "out/target/product/fictional/bin/application" Loading
tools/compliance/cmd/testdata/firstparty/bin/bin1.meta_lic +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ module_classes: "EXECUTABLES" projects: "static/binary" license_kinds: "SPDX-license-identifier-Apache-2.0" license_conditions: "notice" license_texts: "build/soong/licenses/LICENSE" license_texts: "testdata/firstparty/FIRST_PARTY_LICENSE" is_container: false built: "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1" installed: "out/target/product/fictional/system/bin/bin1" Loading
tools/compliance/cmd/testdata/firstparty/bin/bin2.meta_lic +3 −3 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ module_classes: "EXECUTABLES" projects: "dynamic/binary" license_kinds: "SPDX-license-identifier-Apache-2.0" license_conditions: "notice" license_texts: "build/soong/licenses/LICENSE" license_texts: "testdata/firstparty/FIRST_PARTY_LICENSE" is_container: false built: "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin1" installed: "out/target/product/fictional/system/bin/bin1" built: "out/target/product/fictional/obj/EXECUTABLES/bin_intermediates/bin2" installed: "out/target/product/fictional/system/bin/bin2" sources: "out/target/product/fictional/system/lib/libb.so" sources: "out/target/product/fictional/system/lib/libd.so" deps: { Loading