From 5061b7e02c3aa932f245adc98686bee57d6abfaf Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 21 Jun 2023 23:56:06 +0200 Subject: [PATCH] Fix build without gradle Add missing class generation from IDisplayFoldListener.aidl. Refs 24999d0d32daf50246168dde212f01cf109569f9 --- server/build_without_gradle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/server/build_without_gradle.sh b/server/build_without_gradle.sh index 3201034f..f13fd0dc 100755 --- a/server/build_without_gradle.sh +++ b/server/build_without_gradle.sh @@ -48,6 +48,7 @@ cd "$SERVER_DIR/src/main/aidl" "$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" android/view/IRotationWatcher.aidl "$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" \ android/content/IOnPrimaryClipChangedListener.aidl +"$BUILD_TOOLS_DIR/aidl" -o"$GEN_DIR" android/view/IDisplayFoldListener.aidl echo "Compiling java sources..." cd ../java