Merge "[LSC] Add LOCAL_LICENSE_KINDS to build/soong"

This commit is contained in:
Treehugger Robot 2021-08-27 21:54:03 +00:00 committed by Gerrit Code Review
commit cc1990f564
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"],