summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-07-15 18:51:27 -0700
committerBob Badour <bbadour@google.com>2022-07-18 20:56:42 -0700
commit3aa2059c68ab5323e963f7ae13748c9654f047ef (patch)
tree0cc26dcd814401b6030177d323dda63bbf6f637f
parent52dcf3c62ab34fe4aa1dd3a6cceff7e041f4ee84 (diff)
downloadexoplayer-3aa2059c68ab5323e963f7ae13748c9654f047ef.tar.gz
Remove redundant notice property.temp_sam_242648940
Bug: 192434786 Test: m droid dist Change-Id: I11dd4798f655df2b4abb18b2658024979cc10eaf Merged-in: I11dd4798f655df2b4abb18b2658024979cc10eaf
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index a8b32eed..8f096fac 100644
--- a/Android.bp
+++ b/Android.bp
@@ -71,7 +71,6 @@ android_library {
manifest: "tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/AndroidManifest.xml",
jarjar_rules: "annotation-stripping-jarjar-rules.txt",
visibility: ["//packages/providers/MediaProvider:__subpackages__"],
- notice: "LICENSE"
}
// Needed because exoplayer-mediaprovider-ui depends on a resource from core, using the core package
@@ -109,7 +108,6 @@ android_library {
manifest: "tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/AndroidManifest.xml",
jarjar_rules: "annotation-stripping-jarjar-rules.txt",
visibility: ["//visibility:private"],
- notice: "LICENSE"
}
@@ -141,7 +139,6 @@ android_library {
],
jarjar_rules: "annotation-stripping-jarjar-rules.txt",
visibility: ["//cts/tests/tests/media/muxer:__subpackages__"],
- notice: "LICENSE",
}
java_library {