From ff8227421cfdadcdddd910245a4d72316aea8dba Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 12 May 2022 23:43:47 -0400 Subject: [PATCH] extra: Build DocumentsUI (for ATV) * No difference for mobile devices which already build this, but for ATV devices it means we can use apps like Dolphin. * Can't ship this officially because DocumentUI is near innavigable with a controler. Change-Id: I9ed5b903583e941e4dc7bfeabda8ce41ea6d5302 --- product.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/product.mk b/product.mk index 692dfed..5f24d59 100644 --- a/product.mk +++ b/product.mk @@ -6,6 +6,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ vendor/extra/adb_keys:recovery/root/adb_keys +## ATV +PRODUCT_PACKAGES += \ + DocumentsUI + ## Bash PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ persist.sys.adb.shell=/system/xbin/bash