diff options
author | 2024-09-20 16:20:43 +0100 | |
---|---|---|
committer | 2024-09-20 16:21:27 +0100 | |
commit | f6e69ac63bba85e4e47a4aed95ccc76052cd71d0 (patch) | |
tree | f7c3d6237d86ec647a6a81b8b0f94bd2f9d3a503 /libs/appfunctions/Android.bp | |
parent | 10bd1cf8af5523612eef4c929c9543774d78230c (diff) |
Check in the sidecar name to jar path mapping
Note that the xml is not in the system image yet.
Flag: android.app.appfunctions.flags.enable_app_function_manager
Test: Build
Bug: 360864791
Change-Id: Ie56b4323795378ba8ff6b5b3094ad0880136c2e1
Diffstat (limited to 'libs/appfunctions/Android.bp')
-rw-r--r-- | libs/appfunctions/Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/appfunctions/Android.bp b/libs/appfunctions/Android.bp index 09e2f423c3ba..c6cee07d1946 100644 --- a/libs/appfunctions/Android.bp +++ b/libs/appfunctions/Android.bp @@ -29,3 +29,11 @@ java_sdk_library { no_dist: true, unsafe_ignore_missing_latest_api: true, } + +prebuilt_etc { + name: "appfunctions.sidecar.xml", + system_ext_specific: true, + sub_dir: "permissions", + src: "appfunctions.sidecar.xml", + filename_from_src: true, +} |