Merge "[LSC] Add LOCAL_LICENSE_KINDS to build/soong" am: cc1990f564
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1811859 Change-Id: I1f14f7e37557af3be87f8c322fc02d433cb79b4a
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
// core libraries.
|
// core libraries.
|
||||||
//
|
//
|
||||||
// Don't use this directly, use "sdk_version: core_current".
|
// Don't use this directly, use "sdk_version: core_current".
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
name: "core.current.stubs",
|
name: "core.current.stubs",
|
||||||
visibility: ["//visibility:public"],
|
visibility: ["//visibility:public"],
|
||||||
|
@@ -13,6 +13,10 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
blueprint_go_binary {
|
blueprint_go_binary {
|
||||||
name: "mk2rbc",
|
name: "mk2rbc",
|
||||||
srcs: ["cmd/mk2rbc.go"],
|
srcs: ["cmd/mk2rbc.go"],
|
||||||
|
Reference in New Issue
Block a user