aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlyana Trafimovich <skvadrik@google.com>2020-12-10 10:33:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-10 10:33:03 +0000
commitf7dca9aeb5665c3792705c714e0dac7d24dd679c (patch)
tree02be340f3149a264ff4bb61ddaebebe6a3124812
parent6facfd6ced71f70ec4150abc491fa541e3ce8498 (diff)
parent41a6ce6d140682dae3bb7a3054abeb17e94d41e5 (diff)
downloadTV-f7dca9aeb5665c3792705c714e0dac7d24dd679c.tar.gz
Merge "Add <uses-library> information."
-rw-r--r--tuner/sampletunertvinput/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuner/sampletunertvinput/Android.bp b/tuner/sampletunertvinput/Android.bp
index 9d737c84..08bc2e69 100644
--- a/tuner/sampletunertvinput/Android.bp
+++ b/tuner/sampletunertvinput/Android.bp
@@ -53,6 +53,7 @@ android_app {
"tv-lib-dagger-android",
"tv-test-common",
],
+ optional_uses_libs: ["com.android.libraries.tv.tvsystem"],
aaptflags: ["-0 .ts"],
plugins: [
"tv-auto-value",