Remove unused rotation and fold listeners

IRotationWatcher and IDisplayFoldListener are no longer used since
commit 39d51ff2cc.
This commit is contained in:
Romain Vimont
2024-12-23 12:51:27 +01:00
parent af15c72f9c
commit eac711ace6
4 changed files with 0 additions and 101 deletions

View File

@@ -47,10 +47,8 @@ EOF
echo "Generating java from aidl..."
cd "$SERVER_DIR/src/main/aidl"
"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" -I. android/view/IRotationWatcher.aidl
"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" -I. \
android/content/IOnPrimaryClipChangedListener.aidl
"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" -I. android/view/IDisplayFoldListener.aidl
"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" -I. -p "$ANDROID_AIDL" \
android/view/IDisplayWindowListener.aidl