Merge "[LSC] Add LOCAL_LICENSE_KINDS to build/soong"
This commit is contained in:
commit
cc1990f564
2 changed files with 8 additions and 0 deletions
|
@ -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"],
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue