diff options
author | 2025-03-06 10:21:52 -0800 | |
---|---|---|
committer | 2025-03-06 10:21:52 -0800 | |
commit | af3b5b90af9077f7c90e2e7752ef881158afa8c8 (patch) | |
tree | fbceab97503ea5ea0c0e3638fca7296c9b463edb /tests | |
parent | 8a14ebc911446e0a3df9ed532ff5ea33e5ce608a (diff) | |
parent | 856430a7392241e4edd69758bceea8e6b837ca4a (diff) |
Merge "Ensure profile strings and icons are resolved for all sdks." into main
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.bp | 1 | ||||
l--------- | tests/photopicker_res | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index f3c98e530..cdb44b814 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -173,6 +173,7 @@ android_test { resource_dirs: [ "main_res", "res", + "photopicker_res", ], srcs: [ diff --git a/tests/photopicker_res b/tests/photopicker_res new file mode 120000 index 000000000..c1f73810f --- /dev/null +++ b/tests/photopicker_res @@ -0,0 +1 @@ +../photopicker/res
\ No newline at end of file |