summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:18:11 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:18:11 +0000
commitbf2330f7174932fb1c71a1ecf1efe21d4aba6dde (patch)
tree1a8f0f0e07df319b2d12aa0e9951990f8bad24d1
parent8f00b3c329486c8d3ab854b7018c4427a7e13466 (diff)
parent209a79ca0c16118e6df66d8592ad4d466e2d1a2c (diff)
downloadtvsystem-bf2330f7174932fb1c71a1ecf1efe21d4aba6dde.tar.gz
Snap for 7149879 from 209a79ca0c16118e6df66d8592ad4d466e2d1a2c to sc-release
Change-Id: If510274a379a518e23be053f2850d6cc72dd9637
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 3b41421..61233f8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_sdk_library {
name: "com.android.libraries.tv.tvsystem",
srcs: ["java/**/*.java"],
@@ -29,4 +33,3 @@ java_sdk_library {
system_ext_specific: true,
no_dist: true
}
-