summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2020-04-30 19:29:23 -0700
committerSvet Ganov <svetoslavganov@google.com>2020-05-03 10:40:55 -0700
commit34c37ad82ec6c04c2a8e72fc7acb94b32de8ff38 (patch)
tree41df9aa68db679ddb8f7aa7fbcaa38b70b83ed29 /Android.bp
parent8fce9febad998d5646f04f0ef164e6114b8a9c80 (diff)
downloadtvsystem-34c37ad82ec6c04c2a8e72fc7acb94b32de8ff38.tar.gz
Update current API file rules
Test: build + boot bug:150281259 Change-Id: Ice6ab935723a072dbb68c4fe32199f86ec4d983a Merged-In: Ice6ab935723a072dbb68c4fe32199f86ec4d983a
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9bc6cab..b312c68 100644
--- a/Android.bp
+++ b/Android.bp
@@ -26,3 +26,28 @@ java_sdk_library {
}
}
+// Implicitly references by com.android.libraries.tv.tvsystem
+filegroup {
+ name: "com.android.libraries.tv.tvsystem-removed.api.public.latest",
+ srcs: [
+ "api/removed.txt"
+ ]
+}
+
+// Implicitly references by com.android.libraries.tv.tvsystem
+filegroup {
+ name: "com.android.libraries.tv.tvsystem-removed.api.system.latest",
+ srcs: [
+ "api/system-removed.txt"
+ ]
+}
+
+// Implicitly references by com.android.libraries.tv.tvsystem
+filegroup {
+ name: "com.android.libraries.tv.tvsystem-removed.api.test.latest",
+ srcs: [
+ "api/test-removed.txt"
+ ]
+}
+
+