diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp index 949373317097..598f4fcaf620 100644 --- a/Android.bp +++ b/Android.bp @@ -604,8 +604,9 @@ java_defaults { ], required: [ "framework-platform-compat-config", - // TODO: remove gps_debug and protolog.conf.json when the build system propagates "required" properly. + // TODO: remove gps_debug, cec_config.xml and protolog.conf.json when the build system propagates "required" properly. "gps_debug.conf", + "cec_config.xml", "icu4j-platform-compat-config", "libcore-platform-compat-config", "protolog.conf.json.gz", @@ -1334,8 +1335,6 @@ java_library { sdk_version: "module_current", min_sdk_version: "30", srcs: [ - "core/java/android/content/pm/BaseParceledListSlice.java", - "core/java/android/content/pm/ParceledListSlice.java", "core/java/android/os/HandlerExecutor.java", "core/java/com/android/internal/util/AsyncChannel.java", "core/java/com/android/internal/util/AsyncService.java", @@ -1354,12 +1353,6 @@ java_library { ], } -filegroup { - name: "framework-wifi-util-lib-aidls", - srcs: ["core/java/android/content/pm/ParceledListSlice.aidl"], - path: "core/java", -} - // utility classes statically linked into wifi-service filegroup { name: "framework-wifi-service-shared-srcs", |