diff options
| author | 2023-10-31 12:06:49 +0000 | |
|---|---|---|
| committer | 2023-10-31 12:06:49 +0000 | |
| commit | 97e94b5633aa716f107c1bf935211e9b1fb32fc3 (patch) | |
| tree | 0a92f9027f6fb4fb91bffc0c5351e6762ffd4e6f | |
| parent | ebfb7b60a64fd08bf4bc6272fa32b9defab21182 (diff) | |
| parent | 5f7b8b1d0a28b3da9a75f2df8c985ce5c6a53f14 (diff) | |
Merge "Remove aconfig dependency for 'services.jar' flags via `static_libs`" into main
| -rw-r--r-- | services/core/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/core/Android.bp b/services/core/Android.bp index c220528ead96..7dbf61bab3a9 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -192,7 +192,6 @@ java_library_static { "com.android.sysprop.watchdog", "ImmutabilityAnnotation", "securebox", - "android.content.pm.flags-aconfig-java", "apache-commons-math", "backstage_power_flags_lib", "notification_flags_lib", |