From 20cb75a45b0ff221aabd79f4d421b4383259d307 Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Wed, 2 Mar 2022 05:27:27 -0800 Subject: [PATCH] Remove input AIDL classes from system_server classpath They are already included in the boot classpath in the framework jar. Bug: 222257322 Test: atest StrictJavaPackagesTest Change-Id: I7e1b74d806cbee1160439bf8d9a044cbc4696de1 --- services/core/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/core/Android.bp b/services/core/Android.bp index 0241c1e96a2f5..f1b81584f2a70 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -108,7 +108,6 @@ java_library_static { ":dumpstate_aidl", ":framework_native_aidl", ":gsiservice_aidl", - ":inputconstants_aidl", ":installd_aidl", ":storaged_aidl", ":vold_aidl",