Merge "Add LOCAL_LICENSE_KINDS to build/soong"
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
bootstrap_go_package {
|
||||
name: "soong-cc",
|
||||
pkgPath: "android/soong/cc",
|
||||
|
@@ -1,3 +1,7 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
bootstrap_go_package {
|
||||
name: "soong-cc-config",
|
||||
pkgPath: "android/soong/cc/config",
|
||||
|
@@ -1,3 +1,7 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
name: "libbuildversion",
|
||||
host_supported: true,
|
||||
|
@@ -1,3 +1,7 @@
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
name: "build_version_test_defaults",
|
||||
use_version_lib: true,
|
||||
|
@@ -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",
|
||||
|
@@ -14,6 +14,10 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "ndkstubgen",
|
||||
pkg_path: "ndkstubgen",
|
||||
|
@@ -14,6 +14,10 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
python_library_host {
|
||||
name: "symbolfile",
|
||||
pkg_path: "symbolfile",
|
||||
|
Reference in New Issue
Block a user