summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorRobert Horvath <robhor@google.com>2020-05-13 17:11:35 +0200
committerRobert Horvath <robhor@google.com>2020-05-14 11:26:00 +0200
commit74cb65d47b1c93f38742b190026d8c5fa2541de8 (patch)
treec45e98e7f8b8888658a589b1ac4e808862e2cf8a /Android.bp
parentf3c76c7ec86e80fc965818cd91ed853bbb1cd8b0 (diff)
downloadtvsystem-android11-dev.tar.gz
Add PackageInstaller#uninstallExistingPackage API to TvSystemandroid11-dev
To be used for profile management applications. Forwards calls to the hidden system API. Bug: 149465312 Test: m Change-Id: I3148a46fe89756b8800bccf2e78c3ae4be5fca5f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9bc6cab..aaef313 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,7 @@ java_sdk_library {
api_packages: [
"com.android.libraries.tv.tvsystem",
"com.android.libraries.tv.tvsystem.display",
+ "com.android.libraries.tv.tvsystem.pm",
"com.android.libraries.tv.tvsystem.user",
"com.android.libraries.tv.tvsystem.wifi"
],