Remove duplicate idmap classes from services.jar

The idmap aidl classes are linked into the framework.jar. They do not
need to be linked into the services.jar as well. Remove them.

Bug: 180067820
Test: forrest
Change-Id: Ic8637794cd3a2ea39bad7c0aa6596ca9fe30c45a
This commit is contained in:
Ryan Mitchell
2021-02-12 09:21:52 -08:00
parent e2c749b69e
commit febbc33e9b
2 changed files with 1 additions and 2 deletions

View File

@@ -369,6 +369,7 @@ filegroup {
":framework_native_aidl",
":gatekeeper_aidl",
":gsiservice_aidl",
":idmap2_aidl",
":idmap2_core_aidl",
":incidentcompanion_aidl",
":inputconstants_aidl",

View File

@@ -81,8 +81,6 @@ java_library_static {
":dumpstate_aidl",
":framework_native_aidl",
":gsiservice_aidl",
":idmap2_aidl",
":idmap2_core_aidl",
":inputconstants_aidl",
":installd_aidl",
":storaged_aidl",