diff options
author | 2024-12-27 15:44:19 +0000 | |
---|---|---|
committer | 2025-01-14 07:29:38 -0800 | |
commit | d71854e9302f6cf1501245f9c4d577ada771db91 (patch) | |
tree | a2e2d1c338745b153bde2a414316567889e3bc64 /Android.bp | |
parent | b3e7d01c7ae281a6dc9d08c417cb3c12ba59cdd5 (diff) |
Allow text toggle for shares from sysui.
Criteria will need to be refined in a follow-up CL, but getting the
parts in place behind a flag here.
Preview UI change is minimal. Test has some duplicated boilerplate but
choosing not to refactor that because the UI itself is a better refactor
candidate but outside the scope of this CL.
Bug: 242791070
Test: atest ChooserRequestTest
Test: atest FilesPlusTExtContentPreviewUiTest
Test: manual end-to-end test with feature flag on.
Flag: com.android.systemui.shared.screenshot_context_url
Change-Id: I6eaca454a88e8b8c8a196d825c7ac3daee437109
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -53,6 +53,7 @@ android_library { "androidx.lifecycle_lifecycle-runtime-ktx", "androidx.lifecycle_lifecycle-viewmodel-ktx", "dagger2", + "//frameworks/libs/systemui:com_android_systemui_shared_flags_lib", "hilt_android", "IntentResolverFlagsLib", "iconloader", @@ -78,8 +79,8 @@ android_library { "-Adagger.strictMultibindingValidation=enabled", ], aidl: { - local_include_dirs: [ "java/aidl" ], - } + local_include_dirs: ["java/aidl"], + }, } java_defaults { |