From 0ce946587b9cc2fc240eacfc1efda5329e7d9896 Mon Sep 17 00:00:00 2001 From: Nishant Panwar Date: Sat, 10 Feb 2024 09:02:15 +0000 Subject: [PATCH] Add SDK library framework-pdf-v in MediaProvider SDK library for pdf related bootclasspath classes that were part of the non-updatable API before V, and were moved to the module in V. Other pdf related bootclasspath classes in mediaprovider should go to framework-pdf. Bug: b/324667310 Test: presubmit and m Change-Id: I41eb561edbade9609c58ad8ee3acdcc9bf03c0c5 --- android/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/android/config.go b/android/config.go index f9cb84233..26b5db856 100644 --- a/android/config.go +++ b/android/config.go @@ -654,6 +654,7 @@ func NewConfig(cmdArgs CmdArgs, availableEnv map[string]string) (Config, error) "framework-nfc": {}, "framework-ondevicepersonalization": {}, "framework-pdf": {}, + "framework-pdf-v": {}, "framework-permission": {}, "framework-permission-s": {}, "framework-scheduling": {},