summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-04-23 15:30:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-23 15:30:31 +0000
commit1c96d11fca07994879dcd3948505062d91aaa995 (patch)
tree44d06cbf445cacd724af28f867f3d5501e81e85f
parent01fae5d20014b3d9c271d081781f9f41ce210017 (diff)
parent6bca93609129913c4bb82e306bd4f6e5168039fe (diff)
downloadatv-1c96d11fca07994879dcd3948505062d91aaa995.tar.gz
Merge "Add ManagedProvisioning to TV system apps" into sc-dev
-rw-r--r--products/atv_system.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/products/atv_system.mk b/products/atv_system.mk
index 590356c..7f5d090 100644
--- a/products/atv_system.mk
+++ b/products/atv_system.mk
@@ -59,6 +59,10 @@ PRODUCT_PACKAGES += \
VpnDialogs \
com.android.media.tv.remoteprovider
+# Device owner provisioning for devices defining device_admin
+PRODUCT_PACKAGES += \
+ ManagedProvisioning
+
# Traceur for debug only
PRODUCT_PACKAGES_DEBUG += \
Traceur