Merge "[LSC] Add LOCAL_LICENSE_KINDS to build/soong" am: cc1990f564 am: e29c1e9a9c

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1811859

Change-Id: Id52ac3a9d72ec62619b7e93e99c3c112738726dd
This commit is contained in:
Treehugger Robot
2021-08-27 22:17:09 +00:00
committed by Automerger Merge Worker
2 changed files with 8 additions and 0 deletions

View File

@@ -24,6 +24,10 @@
// core libraries.
//
// Don't use this directly, use "sdk_version: core_current".
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
java_library {
name: "core.current.stubs",
visibility: ["//visibility:public"],

View File

@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
blueprint_go_binary {
name: "mk2rbc",
srcs: ["cmd/mk2rbc.go"],