Merge "[LSC] Add LOCAL_LICENSE_KINDS to development"

This commit is contained in:
Bob Badour
2022-12-16 00:59:40 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 1 deletions

View File

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

View File

@@ -14,6 +14,10 @@
// limitations under the License. // limitations under the License.
// //
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
python_library_host { python_library_host {
name: "ndkabidump", name: "ndkabidump",
pkg_path: "ndkabidump", pkg_path: "ndkabidump",
@@ -22,4 +26,3 @@ python_library_host {
"soong.py", "soong.py",
], ],
} }