summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Seifert <aquilescanta@google.com>2021-10-04 18:52:36 +0100
committerSahana Rao <sahanas@google.com>2021-11-09 09:05:49 +0000
commitb258abb5fefcc74e16fe8c8bdc6793a8c5b049b9 (patch)
treec45c2ae86f54b8a10f1a0142752cc3955e07f2d5
parent0239bae22ea21ec4b71f9d4dbbc47c334eb5bb19 (diff)
downloadexoplayer-b258abb5fefcc74e16fe8c8bdc6793a8c5b049b9.tar.gz
Rename jarjar rules to be target-agnostic
Before this change, the file was named to be specific to the extractor module. After this change, the name reflects its ulterior purpose: Stripping annotations. Test: N/A. Bug: 199522401 Change-Id: Ibb0602a9d843e0604fa1828b417d074003cb0cd3 Merged-In: Ibb0602a9d843e0604fa1828b417d074003cb0cd3 (cherry picked from commit 47fe4820eb82b26737bdf7a3734245095a25d90f)
-rw-r--r--Android.bp4
-rw-r--r--annotation-stripping-jarjar-rules.txt (renamed from exoplayer2-extractor-jarjar-rules.txt)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c15aeed0..d991f899 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,7 +48,7 @@ java_library {
"androidx.annotation_annotation",
"jsr305",
],
- jarjar_rules: "exoplayer2-extractor-jarjar-rules.txt",
+ jarjar_rules: "annotation-stripping-jarjar-rules.txt",
visibility: ["//frameworks/base:__subpackages__"],
notice: "LICENSE",
}
@@ -90,7 +90,7 @@ android_library {
"junit",
"androidx.test.core",
],
- jarjar_rules: "exoplayer2-extractor-jarjar-rules.txt",
+ jarjar_rules: "annotation-stripping-jarjar-rules.txt",
visibility: ["//cts/tests/tests/mediaparser:__subpackages__"],
notice: "LICENSE",
}
diff --git a/exoplayer2-extractor-jarjar-rules.txt b/annotation-stripping-jarjar-rules.txt
index 69654298..69654298 100644
--- a/exoplayer2-extractor-jarjar-rules.txt
+++ b/annotation-stripping-jarjar-rules.txt