diff --git a/services/core/Android.bp b/services/core/Android.bp index ee7a5e25212f..d9519e015f67 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -26,7 +26,6 @@ java_library_static { "android.hardware.light-V2.0-java", "android.hardware.power-V1.0-java", "android.hardware.tv.cec-V1.0-java", - "android.hidl.manager-V1.0-java", ], static_libs: [ @@ -44,6 +43,7 @@ java_library_static { "android.hardware.vibrator-V1.0-java", "android.hardware.configstore-V1.0-java", "android.hardware.contexthub-V1.0-java", + "android.hidl.manager-V1.0-java", ], }