Merge "Add LOCAL_LICENSE_KINDS to build/soong"

This commit is contained in:
Treehugger Robot
2021-02-10 07:18:29 +00:00
committed by Gerrit Code Review
80 changed files with 390 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-cc",
pkgPath: "android/soong/cc",

View File

@@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
bootstrap_go_package {
name: "soong-cc-config",
pkgPath: "android/soong/cc/config",

View File

@@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_static {
name: "libbuildversion",
host_supported: true,

View File

@@ -1,3 +1,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_defaults {
name: "build_version_test_defaults",
use_version_lib: true,

View File

@@ -14,6 +14,10 @@
// limitations under the License.
//
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
python_library_host {
name: "ndk_api_coverage_parser_lib",
pkg_path: "ndk_api_coverage_parser",

View File

@@ -14,6 +14,10 @@
// limitations under the License.
//
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
python_binary_host {
name: "ndkstubgen",
pkg_path: "ndkstubgen",

View File

@@ -14,6 +14,10 @@
// limitations under the License.
//
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
python_library_host {
name: "symbolfile",
pkg_path: "symbolfile",