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