diff options
author | 2024-10-21 15:48:08 -0700 | |
---|---|---|
committer | 2024-10-25 21:03:42 +0000 | |
commit | 344cb5c56c8b1152155a0be50b4f3e29dcc82b4a (patch) | |
tree | cc0faf34be57805fa68b65440f44dfeadabc25d0 /ravenwood/texts | |
parent | 6dbe4c0182aec77aba01b454a9a2e3c5908e13b4 (diff) |
Enable IpcDataCache on Ravenwood
With PropertyInvalidatedCache
Flag: EXEMPT host test change only
Bug: 375633409
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh
Merged-in: I37512b1cd6b6478100b44e655ee12fa444fd8e46
Change-Id: I37512b1cd6b6478100b44e655ee12fa444fd8e46
Diffstat (limited to 'ravenwood/texts')
-rw-r--r-- | ravenwood/texts/ravenwood-annotation-allowed-classes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ravenwood/texts/ravenwood-annotation-allowed-classes.txt b/ravenwood/texts/ravenwood-annotation-allowed-classes.txt index 9c8638930df9..a26fe66da2ab 100644 --- a/ravenwood/texts/ravenwood-annotation-allowed-classes.txt +++ b/ravenwood/texts/ravenwood-annotation-allowed-classes.txt @@ -359,3 +359,6 @@ com.android.server.SystemService com.android.server.SystemServiceManager com.android.server.utils.TimingsTraceAndSlog + +android.os.IpcDataCache +android.app.PropertyInvalidatedCache |