From 757a9d3f37d9f4cbb832941e72119f3f45f25e2c Mon Sep 17 00:00:00 2001 From: Marvin Ramin Date: Wed, 18 Mar 2020 14:24:49 +0100 Subject: [PATCH] Remove unused import in HDMI Control Listener AIDL Noticed this unused import while working on some other HDMI Control related changes. Test: make -j Change-Id: Ie27c5b79195e380d15601f9a9b7e26dfb653d5b5 --- .../android/hardware/hdmi/IHdmiControlStatusChangeListener.aidl | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/java/android/hardware/hdmi/IHdmiControlStatusChangeListener.aidl b/core/java/android/hardware/hdmi/IHdmiControlStatusChangeListener.aidl index 1407821b413c3..889d3fe1fae10 100644 --- a/core/java/android/hardware/hdmi/IHdmiControlStatusChangeListener.aidl +++ b/core/java/android/hardware/hdmi/IHdmiControlStatusChangeListener.aidl @@ -16,8 +16,6 @@ package android.hardware.hdmi; -import android.hardware.hdmi.HdmiDeviceInfo; - /** * Callback interface definition for HDMI client to get informed of * the CEC availability change event.