You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
411 B
19 lines
411 B
package {
|
|
default_applicable_licenses: ["device_google_atv_LeanbackSampleApp_license"],
|
|
}
|
|
|
|
// See: http://go/android-license-faq
|
|
license {
|
|
name: "device_google_atv_LeanbackSampleApp_license",
|
|
visibility: [":__subpackages__"],
|
|
license_kinds: [
|
|
"legacy_notice",
|
|
],
|
|
}
|
|
|
|
android_app_import {
|
|
name: "LeanbackSampleApp",
|
|
certificate: "platform",
|
|
apk: "LeanbackSampleApp.apk",
|
|
}
|